Skip to content

Bump the plugins group across 1 directory with 4 updates - #2728

Merged
acoburn merged 1 commit into
mainfrom
dependabot/maven/plugins-6eff625e55
Sep 8, 2026
Merged

Bump the plugins group across 1 directory with 4 updates#2728
acoburn merged 1 commit into
mainfrom
dependabot/maven/plugins-6eff625e55

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 8, 2026

Copy link
Copy Markdown
Contributor

Bumps the plugins group with 4 updates in the / directory: com.puppycrawl.tools:checkstyle, org.apache.maven.plugins:maven-compiler-plugin, org.apache.maven.plugins:maven-surefire-plugin and org.apache.maven.plugins:maven-failsafe-plugin.

Updates com.puppycrawl.tools:checkstyle from 14.0.0 to 14.1.0

Release notes

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

checkstyle-14.1.0

Checkstyle 14.1.0 - https://checkstyle.org/releasenotes.html#Release_14.1.0

New:

#14872 - UnnecessaryParentheses: no violation if casting is present before expression. #21163 - SuppressWarnings: no support for module declarations. #21161 - NoLineWrap: no support for module declarations. #21162 - OpenjdkAnnotationLocation: no support for module declarations. #20692 - new Check: ExpressionOverBlockLambda. #21062 - New Check: InappropriateJavadocBlockTagsOnField. #19967 - New Check: ModuleImportOrder. #21063 - New Check: InappropriateJavadocBlockTagsOnPackage. #21088 - New Check: ModuleDirectiveOrder. #19968 - New Check: AvoidModuleImport. #20982 - New check: JavadocEndCommentDelimiter. #19885 - New Check: UnnecessaryFullyQualifiedTypeCheck. #12596 - Add UnusedPrivateField check for unused private fields. #19937 - New check: JavadocLinkFirstOccurrence. #20792 - New check: JavadocNoErrorInThrowsTag. #21061 - New Check: InappropriateJavadocBlockTagsOnType. #19938 - New check: JavadocLinkWellKnownApi. #19698 - New check: JavadocThrowsOrderCheck. #8990 - New check JavadocParamOrder: to validate method parameter order in javadoc to match parameter order in method. #20986 - new Check: PreferCodeOrSnippetJavadocInlineTag.

Bug fixes:

#21199 - JavadocPackage: false positive "Missing package-info.java file" on module-info.java. #4454 - Fix wrong implementation of compareTo in LocalizedMessages. #19156 - VariableDeclarationUsageDistance: no violation on variable used in inner class. #3885 - FallThrough check doesn't handle infinite loops. #21343 - Update Documentation Comments Style Guide: add JavadocEndCommentDelimiter. #21331 - False Positive: IllegalInstantiationCheck does not recognize records shadowing java.lang.Boolean. #19948 - Update Documentation Comments Style Guide: param description separator. #20227 - ClassMemberImpliedModifierCheck: nested enum/interface missing implied static not flagged in compact source files (JEP 512). #21336 - Update Documentation Comments Style Guide: add JavadocNoErrorInThrowsTagCheck. #20978 - Extend OpenjdkAnnotationLocationCheck to allow Annotation on target line for all single line targets and add check in openjdk_checks.xml. #21320 - Update Documentation Comments Style Guide: add JavadocLinkWellKnownApi JavadocLinkFirstOccurrence. #21218 - Enable in Doc Comments style guide: JavadocParamOrder and JavadocThrowsOrderare. #20555 - WriteTagCheck: first top-level method's Javadoc tags not reported in compact source files (JEP 512).

... (truncated)

Commits
  • 1bfc2e2 [maven-release-plugin] prepare release checkstyle-14.1.0
  • bdf617f doc: release notes for 14.1.0
  • ae866b2 Issue #12189: Test ArchUnit unnecessary suppressions
  • 88ab43f Issue #21229: Align AtclauseOrder examples with property count
  • a2703ce Issue #21229: Align LineEnding examples with property count
  • 8d88ee0 Issue #20692: Add new check ExpressionOverBlockLambda
  • 07e06a6 Issue #21229: Align JavadocBlockTagLocation examples with property count
  • 4205f8d Issue #21393: Improper indentation in property_types.html code snippets
  • ee4191b Issue #21062: Add InappropriateJavadocBlockTagsOnField check
  • 47b4b77 Issue #13159: naming convention change for xdoc files
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-compiler-plugin from 3.15.0 to 3.16.0

Release notes

Sourced from org.apache.maven.plugins:maven-compiler-plugin's releases.

3.16.0

🚀 New features and improvements

🐛 Bug Fixes

📝 Documentation updates

👻 Maintenance

📦 Dependency updates

Commits
  • e7bba6e [maven-release-plugin] prepare release maven-compiler-plugin-3.16.0
  • c906809 Avoid using deprecated method CompilerConfiguration.setCompilerVersion
  • ad74fee Replace adopt-openj9 by semeru JDK distribution on GH
  • beb0eda Recompile when dependencies change (#1102)
  • a0b689e [MCOMPILER-578] Track outputs across compiler executions (#1091)
  • 2e81228 Fix incremental detection of empty sources, 3.x (#1075)
  • 2132f5b configure ATR project
  • 5992b77 Build fails when annotation processor list is empty (but present) (#1077)
  • acccef7 Bump plexusCompilerVersion from 2.16.2 to 2.17.0
  • 72bc445 Bump org.codehaus.plexus:plexus-java from 1.5.2 to 1.6.0
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-surefire-plugin from 3.5.6 to 3.6.0

Release notes

Sourced from org.apache.maven.plugins:maven-surefire-plugin's releases.

3.6.0

Please refer to the main page for what's new https://maven.apache.org/surefire/ And the migration page https://maven.apache.org/surefire/maven-surefire-plugin/whats-new-3-6-0.html

🚀 New features and improvements

🐛 Bug Fixes

📝 Documentation updates

👻 Maintenance

... (truncated)

Commits
  • 0ff622b [maven-release-plugin] prepare release surefire-3.6.0
  • bb3932a Let's go for 3.6.0 release
  • 3002a16 Bump mavenVersion from 3.9.14 to 3.9.16
  • 61a531d Bump Maven parent version from 47 to 49 (#3449)
  • e52ead4 [SUREFIRE-523] Link all reported tests to source XRef (#3445)
  • 45102fa [SUREFIRE-3446] Fix direct selection of JUnit Jupiter @​Nested classes (#3447)
  • b2e1f70 Fix #3303: distinguish JUnit 6 ParameterizedClass invocations (#3432)
  • c051938 Discover tests in a fork when a toolchain JDK is used (#3444)
  • db75df8 Bump org.codehaus.plexus:plexus-java from 1.5.2 to 1.6.0 (#3441)
  • 77f2759 Bump org.codehaus.plexus:plexus-interpolation from 1.29 to 1.30.0
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-failsafe-plugin from 3.5.6 to 3.6.0

Release notes

Sourced from org.apache.maven.plugins:maven-failsafe-plugin's releases.

3.6.0

Please refer to the main page for what's new https://maven.apache.org/surefire/ And the migration page https://maven.apache.org/surefire/maven-surefire-plugin/whats-new-3-6-0.html

🚀 New features and improvements

🐛 Bug Fixes

📝 Documentation updates

👻 Maintenance

... (truncated)

Commits
  • 0ff622b [maven-release-plugin] prepare release surefire-3.6.0
  • bb3932a Let's go for 3.6.0 release
  • 3002a16 Bump mavenVersion from 3.9.14 to 3.9.16
  • 61a531d Bump Maven parent version from 47 to 49 (#3449)
  • e52ead4 [SUREFIRE-523] Link all reported tests to source XRef (#3445)
  • 45102fa [SUREFIRE-3446] Fix direct selection of JUnit Jupiter @​Nested classes (#3447)
  • b2e1f70 Fix #3303: distinguish JUnit 6 ParameterizedClass invocations (#3432)
  • c051938 Discover tests in a fork when a toolchain JDK is used (#3444)
  • db75df8 Bump org.codehaus.plexus:plexus-java from 1.5.2 to 1.6.0 (#3441)
  • 77f2759 Bump org.codehaus.plexus:plexus-interpolation from 1.29 to 1.30.0
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-failsafe-plugin from 3.5.6 to 3.6.0

Release notes

Sourced from org.apache.maven.plugins:maven-failsafe-plugin's releases.

3.6.0

Please refer to the main page for what's new https://maven.apache.org/surefire/ And the migration page https://maven.apache.org/surefire/maven-surefire-plugin/whats-new-3-6-0.html

🚀 New features and improvements

🐛 Bug Fixes

📝 Documentation updates

👻 Maintenance

... (truncated)

Commits
  • 0ff622b [maven-release-plugin] prepare release surefire-3.6.0
  • bb3932a Let's go for 3.6.0 release
  • 3002a16 Bump mavenVersion from 3.9.14 to 3.9.16
  • 61a531d Bump Maven parent version from 47 to 49 (#3449)
  • e52ead4 [SUREFIRE-523] Link all reported tests to source XRef (#3445)
  • 45102fa [SUREFIRE-3446] Fix direct selection of JUnit Jupiter @​Nested classes (#3447)
  • b2e1f70 Fix #3303: distinguish JUnit 6 ParameterizedClass invocations (#3432)
  • c051938 Discover tests in a fork when a toolchain JDK is used (#3444)
  • db75df8 Bump org.codehaus.plexus:plexus-java from 1.5.2 to 1.6.0 (#3441)
  • 77f2759 Bump org.codehaus.plexus:plexus-interpolation from 1.29 to 1.30.0
  • 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 Sep 8, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner September 8, 2026 07:37
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Sep 8, 2026
@acoburn
acoburn enabled auto-merge (squash) September 8, 2026 11:42
@dependabot dependabot Bot changed the title Bump the plugins group with 4 updates Bump the plugins group across 1 directory with 4 updates Sep 8, 2026
@dependabot
dependabot Bot force-pushed the dependabot/maven/plugins-6eff625e55 branch 2 times, most recently from 9615f91 to 6ce940f Compare September 8, 2026 11:51
Bumps the plugins group with 4 updates in the / directory: [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle), [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin), [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) and [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire).


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

Updates `org.apache.maven.plugins:maven-compiler-plugin` from 3.15.0 to 3.16.0
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
- [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.15.0...maven-compiler-plugin-3.16.0)

Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.5.6 to 3.6.0
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](apache/maven-surefire@surefire-3.5.6...surefire-3.6.0)

Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.5.6 to 3.6.0
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](apache/maven-surefire@surefire-3.5.6...surefire-3.6.0)

Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.5.6 to 3.6.0
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](apache/maven-surefire@surefire-3.5.6...surefire-3.6.0)

---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-version: 14.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: plugins
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
  dependency-version: 3.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: plugins
- dependency-name: org.apache.maven.plugins:maven-failsafe-plugin
  dependency-version: 3.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: plugins
- dependency-name: org.apache.maven.plugins:maven-failsafe-plugin
  dependency-version: 3.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: plugins
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
  dependency-version: 3.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: plugins
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/maven/plugins-6eff625e55 branch from 6ce940f to 9b53421 Compare September 8, 2026 11:59
@acoburn
acoburn merged commit 4dd5773 into main Sep 8, 2026
7 checks passed
@acoburn
acoburn deleted the dependabot/maven/plugins-6eff625e55 branch September 8, 2026 12:05
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