Skip to content

Bump the build-dependencies group across 1 directory with 3 updates#273

Merged
marko-bekhta merged 1 commit intomainfrom
dependabot/maven/build-dependencies-ba89e1936b
Mar 31, 2026
Merged

Bump the build-dependencies group across 1 directory with 3 updates#273
marko-bekhta merged 1 commit intomainfrom
dependabot/maven/build-dependencies-ba89e1936b

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 30, 2026

Bumps the build-dependencies group with 3 updates in the / directory: org.jboss.arquillian.testng:arquillian-testng-container, com.puppycrawl.tools:checkstyle and org.bsc.maven:maven-processor-plugin.

Updates org.jboss.arquillian.testng:arquillian-testng-container from 1.10.0.Final to 1.10.1.Final

Updates com.puppycrawl.tools:checkstyle from 13.3.0 to 13.4.0

Release notes

Sourced from com.puppycrawl.tools:checkstyle's releases.

checkstyle-13.4.0

Checkstyle 13.4.0 - https://checkstyle.org/releasenotes.html#Release_13.4.0

Breaking backward compatibility:

#8315 - Improve violation message of ImportOrder

New:

#17565 - Line break must be present after { of non-empty block in switch rule #18065 - New Check: IllegalSymbol to forbit emoj in code

Bug fixes:

#18228 - False-positive: Suppress indentation check when quotes start at the left margin #17137 - UnnecessaryNullCheckWithInstanceOf ignores redundant null check for complex cases. #17842 - False-negative: Member names with underscores

... (truncated)

Commits
  • ad2d2d2 [maven-release-plugin] prepare release checkstyle-13.4.0
  • ac969f5 doc: release notes for 13.4.0
  • b96d1c3 Issue #15456: Define violation messages for JavadocTagContinuationIndentation
  • d47cde5 Issue #11163: Enforce file size on InputNeedBracesTestSwitchExpression
  • bbb00f9 Issue #16361: add comment on testAddException
  • 601213d Issue #12721: add Buildkite CI with mvn verify
  • 95cecf8 dependency: bump org.openrewrite.recipe:rewrite-migrate-java
  • 92dcd3d dependency: bump pmd.version from 7.22.0 to 7.23.0
  • ab7a33c Issue #16361: Refactor testNewCtor
  • 70cab66 Issue #16361: Add explanatory comment for testReadResourceWithInvalidName
  • Additional commits viewable in compare view

Updates org.bsc.maven:maven-processor-plugin from 5.1 to 5.2

Release notes

Sourced from org.bsc.maven:maven-processor-plugin's releases.

5.2

What's Changed

New Contributors

Full Changelog: bsorrentino/maven-annotation-plugin@v5.1...v5.2

Changelog

Sourced from org.bsc.maven:maven-processor-plugin's changelog.

v5.2 (2026-03-28)

Bug Fixes

Refactor

  • AbstractAnnotationProcessorMojo update default value of skipSourcesUnchanged parameter to true (9f70fd9c61c07f4)

    resolve #108

  • Rename deply-pages.yml to deploy-pages.yml (3f61125f20a8ad4)

Documentation

ALM


updated-dependencies:

  • dependency-name: org.codehaus.plexus:plexus-utils dependency-version: 4.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
  • deps bump org.apache.commons:commons-lang3 in /test/app (728c08f4d76a995)

    Bumps org.apache.commons:commons-lang3 from 3.12.0 to 3.18.0.


updated-dependencies:

  • dependency-name: org.apache.commons:commons-lang3 dependency-version: 3.18.0

... (truncated)

Commits
  • a173238 Merge branch 'release/5.2'
  • bc515a3 build: bump to next version 5.2
  • 4c81140 build: bump to next version 5.2
  • 5c016ce build(processor): Add plexus-xml dependency
  • c29b7d2 build: bump to next dev version 5.2-SNAPSHOT
  • 9f70fd9 refactor(AbstractAnnotationProcessorMojo): update default value of skipSource...
  • 2c4703c Merge pull request #109 from bsorrentino/dependabot/maven/processor/org.codeh...
  • d73880a Merge pull request #107 from bsorrentino/dependabot/maven/test/app/org.apache...
  • c489b10 build(deps): bump org.codehaus.plexus:plexus-utils in /processor
  • 728c08f build(deps): bump org.apache.commons:commons-lang3 in /test/app
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Mar 30, 2026
@marko-bekhta
Copy link
Copy Markdown
Member

@dependabot rebase

Bumps the build-dependencies group with 3 updates in the / directory: org.jboss.arquillian.testng:arquillian-testng-container, [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) and [org.bsc.maven:maven-processor-plugin](https://github.com/bsorrentino/maven-annotation-plugin).


Updates `org.jboss.arquillian.testng:arquillian-testng-container` from 1.10.0.Final to 1.10.1.Final

Updates `com.puppycrawl.tools:checkstyle` from 13.3.0 to 13.4.0
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](checkstyle/checkstyle@checkstyle-13.3.0...checkstyle-13.4.0)

Updates `org.bsc.maven:maven-processor-plugin` from 5.1 to 5.2
- [Release notes](https://github.com/bsorrentino/maven-annotation-plugin/releases)
- [Changelog](https://github.com/bsorrentino/maven-annotation-plugin/blob/master/CHANGELOG.md)
- [Commits](bsorrentino/maven-annotation-plugin@v5.1...v5.2)

---
updated-dependencies:
- dependency-name: org.jboss.arquillian.testng:arquillian-testng-container
  dependency-version: 1.10.1.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build-dependencies
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-version: 13.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build-dependencies
- dependency-name: org.bsc.maven:maven-processor-plugin
  dependency-version: '5.2'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/maven/build-dependencies-ba89e1936b branch from 5703a33 to f6faf89 Compare March 31, 2026 15:07
@marko-bekhta marko-bekhta merged commit 260260b into main Mar 31, 2026
5 checks passed
@dependabot dependabot Bot deleted the dependabot/maven/build-dependencies-ba89e1936b branch March 31, 2026 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant