Skip to content

Bump the plugins group with 4 updates#2493

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/plugins-4ed942fc29
Open

Bump the plugins group with 4 updates#2493
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/plugins-4ed942fc29

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 19, 2026

Bumps the plugins group with 4 updates: com.puppycrawl.tools:checkstyle, org.apache.maven.plugins:maven-dependency-plugin, org.apache.maven.plugins:maven-compiler-plugin and org.owasp:dependency-check-maven.

Updates com.puppycrawl.tools:checkstyle from 12.3.1 to 13.2.0

Release notes

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

checkstyle-13.2.0

Checkstyle 13.2.0 - https://checkstyle.org/releasenotes.html#Release_13.2.0

New:

#16678 - new Check: NumericalPrefixesInfixesSuffixesCharacterCaseCheck numerical prefixes, infixes, and suffixes should be lowercase, except for "L"

Bug fixes:

#18653 - False-negative: HexLiteralCase does not throw violation on Hex float literals #18486 - False positive: JavadocParagraph reports violation when <`p`> is after tags

checkstyle-13.1.0

Checkstyle 13.1.0 - https://checkstyle.org/releasenotes.html#Release_13.1.0

Breaking backward compatibility:

#12556 - Remove deprecated method CheckstyleAntTask:createClasspath()

New:

#18329 - ImportControl: add module attribute to allow/disallow module imports #18368 - New check: MissingOverrideOnRecordAccessor to require Override on record component accessor methods

Bug fixes:

#16087 - false positive invalid tag JavadocType #18790 - IllegalTokenText reports false positives for Unicode whitespace characters without escape sequences #18118 - Inconsistent behaviour of Indentation check #13038 - VariableDeclarationUsageDistanceCheck doesn't handle method definition properly

... (truncated)

Commits
  • 4dd3be8 [maven-release-plugin] prepare release checkstyle-13.2.0
  • 84fa874 doc: release notes for 13.2.0
  • 48dfde0 Issue #18809: removed xdocs section markers
  • 8ffb662 Issue #17882: Add STRING_LITERAL token Javadoc with AST example
  • d0dcddf Issue #18612: Remove redundant tokens property from CustomImportOrder in goog...
  • a6594e0 Issue #18599: Disable InlineMeSuggester as Error Prone annotations are forbid...
  • c1f7520 Issue #18843: Indentation Check Handlers should not have reference to check i...
  • 6a0b1ed Issue #18856: Split openrewrite-refaster-rules ci job into two jobs
  • 66b1f61 Issue #18836: Enable pitest EXPERIMENTAL_MEMBER_VARIABLE and exclude optimiza...
  • c7da3ee dependency: Update Google Java Format version to 1.34.0
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-dependency-plugin from 3.9.0 to 3.10.0

Release notes

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

3.10.0

🚀 New features and improvements

🐛 Bug Fixes

📝 Documentation updates

👻 Maintenance

📦 Dependency updates

Commits
  • 4127c33 [maven-release-plugin] prepare release maven-dependency-plugin-3.10.0
  • 68b5e47 Add analyze-only to usage page
  • 09d5860 Fix Jenkin bages in README
  • 4308f6c Bump org.apache.maven.shared:maven-dependency-analyzer
  • ba3c570 Apply excludeReactor to plugin dependencies in go-offline and resolve-plugins
  • 0d88b66 Only log dependency classpath when no property/file output is specified
  • 0075e31 Bump org.assertj:assertj-core (#1581)
  • 65d53bb Bump org.assertj:assertj-core from 3.27.6 to 3.27.7 (#1582)
  • eaf54f0 Bump org.codehaus.mojo:mrm-maven-plugin from 1.7.0 to 1.7.1 (#1580)
  • ece9a38 Improve dependencies filtering in AbstractAnalyzeMojo
  • Additional commits viewable in compare view

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

Release notes

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

3.15.0

🐛 Bug Fixes

👻 Maintenance

📦 Dependency updates

Commits
  • 9290cb3 [maven-release-plugin] prepare release maven-compiler-plugin-3.15.0
  • 3657d40 Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness
  • 7bbf805 Bump plexusCompilerVersion from 2.16.1 to 2.16.2
  • 57fa938 Bump org.apache.maven.plugins:maven-plugins from 46 to 47
  • 385e3f2 Fix Java 25 compatibility during integration tests (#1020)
  • 6b34423 Bump org.apache.maven.plugins:maven-plugins from 45 to 46
  • aaeb9c6 [MCOMPILER-540] useIncrementalCompilation=false may add generated sources to ...
  • 6e3db9d Bump org.codehaus.plexus:plexus-java from 1.5.1 to 1.5.2
  • 0fe9b84 Remove declaration of "plexus-snapshots" repository (#1010)
  • 35f6800 Bump org.ow2.asm:asm from 9.9 to 9.9.1
  • Additional commits viewable in compare view

Updates org.owasp:dependency-check-maven from 12.1.9 to 12.2.0

Release notes

Sourced from org.owasp:dependency-check-maven's releases.

Version 12.2.0

Refer to the CHANGELOG.md for information about improvements and upgrade notes.

Changelog

Sourced from org.owasp:dependency-check-maven's changelog.

Version 12.2.0 (2026-01-09)

  • feat: package and utilize generated suppression file (#8116)

  • feat: override pnpm audit registry parameter (#8158)

  • feat: support multiple cvssBelow thresholds per version (#2563) (#8024)

  • feat: usage telemetry via scarf (#8066)

  • feat: add new suppression xsd allowing grouping of suppressions (#7957)

  • fix(ant): resolve relative paths against basedir (#8202)

  • fix: add hint for Elastic APM Java agent CPE mapping (#8200)

  • fix: Allow NVD data feed metadata downloads to fail on 1st Jan while logging correct errors (#8205)

  • fix(ant): resolve paths relative to basedir for suppression and output

  • fix: correct XML/JSON report CVSS field & HTML report URL mappings (#8156)

  • fix: log GrokAssembly output when dotnet invocation fails (#8141)

  • fix: correct reliability of Central etc (JCS cache) analyzers on Java 25/Docker by making CLI classpath deterministic (#8117)

  • docs: Update & correct README (#8166)

  • docs: update suppression schema version (#8136)

  • docs: fix typos in some files (#8135)

  • chore: remove duplicate suppression rules from base that are in the generated branch (#8138)

  • chore: remove suppression rules that were deleted from the generatedSuppression branch (#8119)

  • build: transition dependency to org.eclipse.parsson groupId (#8128)

  • See the full listing of changes

Commits
  • 909229e build: prepare release v12.2.0
  • f6f3d76 chore: reset snapshot version and fix site
  • 67d0d1a build: Release 12.2.0 (#8216)
  • 6f46091 build: prepare for next development iteration
  • 9ec772f build: prepare release v12.2.0
  • e81b240 docs: prepare release 12.2.0
  • 41f1cdf build(deps): bump junit.version from 5.14.1 to 5.14.2 (#8214)
  • 26cfd65 build(deps): bump org.sonatype.central:central-publishing-maven-plugin from 0...
  • f437aa0 fix(ant): resolve relative paths against basedir (#8202)
  • 7f63b48 Merge branch 'main' into fix-7918-ant-relative-paths
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Feb 19, 2026
@dependabot dependabot bot requested a review from a team as a code owner February 19, 2026 20:36
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Feb 19, 2026
@dependabot dependabot bot force-pushed the dependabot/maven/plugins-4ed942fc29 branch from 3c25e50 to 4df604e Compare February 19, 2026 20:48
Bumps the plugins group with 4 updates: [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle), [org.apache.maven.plugins:maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin), [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) and [org.owasp:dependency-check-maven](https://github.com/dependency-check/DependencyCheck).


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

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

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

Updates `org.owasp:dependency-check-maven` from 12.1.9 to 12.2.0
- [Release notes](https://github.com/dependency-check/DependencyCheck/releases)
- [Changelog](https://github.com/dependency-check/DependencyCheck/blob/main/CHANGELOG.md)
- [Commits](dependency-check/DependencyCheck@v12.1.9...v12.2.0)

---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-version: 13.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: plugins
- dependency-name: org.apache.maven.plugins:maven-dependency-plugin
  dependency-version: 3.10.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: plugins
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
  dependency-version: 3.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: plugins
- dependency-name: org.owasp:dependency-check-maven
  dependency-version: 12.2.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-4ed942fc29 branch from 4df604e to 3718ec9 Compare February 19, 2026 20:55
@acoburn
Copy link
Collaborator

acoburn commented Feb 19, 2026

Checkstyle 13 requires Java 21, so we will need to wait on upgrading to this

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

Comments