Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 25, 2025

Bumps the maven-version-updates group with 9 updates in the / directory:

Package From To
com.google.errorprone:error_prone_core 2.40.0 2.41.0
com.uber.nullaway:nullaway 0.12.7 0.12.9
org.junit.jupiter:junit-jupiter-api 5.13.3 5.13.4
com.google.errorprone:error_prone_annotations 2.40.0 2.41.0
org.openapitools:openapi-generator 7.14.0 7.15.0
org.openapitools:openapi-generator-core 7.14.0 7.15.0
com.github.spotbugs:spotbugs-maven-plugin 4.9.3.2 4.9.4.0
org.apache.maven.plugins:maven-javadoc-plugin 3.11.2 3.11.3
com.diffplug.spotless:spotless-maven-plugin 2.45.0 2.46.1

Updates com.google.errorprone:error_prone_core from 2.40.0 to 2.41.0

Release notes

Sourced from com.google.errorprone:error_prone_core's releases.

Error Prone 2.41.0

New checks:

  • EffectivelyPrivate: Detect declarations that have public or protected modifiers, but are effectively private

Changes:

  • Skip BooleanLiteral findings if the target type is boxed (#5134)

Full changelog: google/error-prone@v2.40.0...v2.41.0

Commits
  • d6539d6 Release Error Prone 2.41.0
  • 6161d4e Skip BooleanLiteral findings if the target type is boxed
  • 98d83bf Avoid touching parameters of @Subscribe methods.
  • 13d46e7 Refactor to use WellKnownKeep
  • ef33eee Fix a println statement left over from https://github.com/google/error-prone/...
  • ce784a9 Detect non-private, non-override methods in anonymous classes
  • 43759cd Recognise com.google.common.inject.components.OtherRequiredBindings as an i...
  • ef5073b UnnecessaryQualifier: don't fire on interfaces, in deference to Dagger.
  • 3d7b585 TruthIncompatibleType support for MultisetSubject#hasCount.
  • b5c6175 Add a test confirming external #5151.
  • Additional commits viewable in compare view

Updates com.uber.nullaway:nullaway from 0.12.7 to 0.12.9

Release notes

Sourced from com.uber.nullaway:nullaway's releases.

NullAway 0.12.9

  • Add a case in our inference for generic method calls (#1240)
  • Add library model for Apache Commons CollectionUtils.isNotEmpty, Amazon CollectionUtils.IsNullOrEmpty, and a couple Amazon StringUtils methods (#1242)
  • Maintenance
    • Fix maven central link in RELEASING.md (#1237)
    • Update to Error Prone 2.41.0 (#1239)
    • Add tests for gh-1246 (#1247)
    • Test reading JSpecify annotations from bytecodes on JDK 21 (#1245)

NullAway 0.12.8

  • Document interactions between Guava and JSpecify mode in README (#1208)
  • JSpecify: handle nullness annotations from extends / inherits clauses (#1211)
  • Allowing NewClassTree to be passed into getGenericParameterNullnessAtInvocation (#1210)
  • Support @​NullMarked on modules (#1216)
  • Handle NewClassTree in compareGenericTypeParameterNullabilityForCall(#1212) (#1217)
  • More flexible handling of AssertJ isNotNull methods (#1221)
  • Support AssertJ hasSize() (#1229)
  • Inference of generic method type arguments based on returns and parameter passing (#1226)
  • Prototype implementation of javac plugin to serialize nullness annotations (#1225)
  • Add AdditionalSuppressionNames configuration option (#1231)
  • Updates to deploy releases to Central Portal (#1234)
  • Fix to handling of case null (#1235)
  • Maintenance
    • Update to Gradle 8.14 (#1213)
    • Update to Error Prone 2.39.0 (#1228)
    • Fix broken link to Eradicate in README.md (#1227)
Changelog

Sourced from com.uber.nullaway:nullaway's changelog.

Version 0.12.9

  • Add a case in our inference for generic method calls (#1240)
  • Add library model for Apache Commons CollectionUtils.isNotEmpty, Amazon CollectionUtils.IsNullOrEmpty, and a couple Amazon StringUtils methods (#1242)
  • Maintenance
    • Fix maven central link in RELEASING.md (#1237)
    • Update to Error Prone 2.41.0 (#1239)
    • Add tests for gh-1246 (#1247)
    • Test reading JSpecify annotations from bytecodes on JDK 21 (#1245)

Version 0.12.8

  • Document interactions between Guava and JSpecify mode in README (#1208)
  • JSpecify: handle nullness annotations from extends / inherits clauses (#1211)
  • Allowing NewClassTree to be passed into getGenericParameterNullnessAtInvocation (#1210)
  • Support @​NullMarked on modules (#1216)
  • Handle NewClassTree in compareGenericTypeParameterNullabilityForCall(#1212) (#1217)
  • More flexible handling of AssertJ isNotNull methods (#1221)
  • Support AssertJ hasSize() (#1229)
  • Inference of generic method type arguments based on returns and parameter passing (#1226)
  • Prototype implementation of javac plugin to serialize nullness annotations (#1225)
  • Add AdditionalSuppressionNames configuration option (#1231)
  • Updates to deploy releases to Central Portal (#1234)
  • Fix to handling of case null (#1235)
  • Maintenance
    • Update to Gradle 8.14 (#1213)
    • Update to Error Prone 2.39.0 (#1228)
    • Fix broken link to Eradicate in README.md (#1227)
Commits

Updates org.junit.jupiter:junit-jupiter-api from 5.13.3 to 5.13.4

Release notes

Sourced from org.junit.jupiter:junit-jupiter-api's releases.

JUnit 5.13.4 = Platform 1.13.4 + Jupiter 5.13.4 + Vintage 5.13.4

See Release Notes.

Full Changelog: junit-team/junit-framework@r5.13.3...r5.13.4

Commits
  • 8a21048 Release 5.13.4
  • 9a38789 Finalize 5.13.4 release notes
  • 458325c Log only once per implementation type for CloseableResource types
  • 976a110 Protect against potential problems when converting file-based selectors
  • e94f728 Allow default package for PackageSource
  • b60fecf Fail on classpath resource names that are blank after removing leading /
  • 6378c88 Remove java.* packages from Import-Package headers in all jars (#4738)
  • 1a360f3 Create initial 5.13.4 release notes from template
  • 806fc9a Document #4689 in release notes
  • 1653839 Document #4686 in release notes
  • Additional commits viewable in compare view

Updates com.google.errorprone:error_prone_annotations from 2.40.0 to 2.41.0

Release notes

Sourced from com.google.errorprone:error_prone_annotations's releases.

Error Prone 2.41.0

New checks:

  • EffectivelyPrivate: Detect declarations that have public or protected modifiers, but are effectively private

Changes:

  • Skip BooleanLiteral findings if the target type is boxed (#5134)

Full changelog: google/error-prone@v2.40.0...v2.41.0

Commits
  • d6539d6 Release Error Prone 2.41.0
  • 6161d4e Skip BooleanLiteral findings if the target type is boxed
  • 98d83bf Avoid touching parameters of @Subscribe methods.
  • 13d46e7 Refactor to use WellKnownKeep
  • ef33eee Fix a println statement left over from https://github.com/google/error-prone/...
  • ce784a9 Detect non-private, non-override methods in anonymous classes
  • 43759cd Recognise com.google.common.inject.components.OtherRequiredBindings as an i...
  • ef5073b UnnecessaryQualifier: don't fire on interfaces, in deference to Dagger.
  • 3d7b585 TruthIncompatibleType support for MultisetSubject#hasCount.
  • b5c6175 Add a test confirming external #5151.
  • Additional commits viewable in compare view

Updates org.openapitools:openapi-generator from 7.14.0 to 7.15.0

Release notes

Sourced from org.openapitools:openapi-generator's releases.

v7.15.0 released

v7.15.0 stable release (breaking changes with fallbacks) comes with 140+ enhancements, bug fixes. Once again thanks for all the contributions from the community.

This release comes with 1 breaking change (with fallback):

  • [rust-server] Update to hyper1 in rust-server generator #21422

The community also contributed 3 new generators in this release:

  • [C++] [Client] Added cpp-oatpp-client #21711
  • Add cpp-oatpp-server generator (alpha) #21547
  • NestJS server codegen #21494

Below are the highlights of the changes. For a full list of changes, please refer to the "Pull Request" tab.

General

  • Bugfix for remote specs with params #21634
  • [gradle-plugin] add treatWarningsAsErrors option to openApiValidate in gradle plugin #21626
  • Fix response model generation with ParseOptions.resolveResponses=true #21568
  • [req] Allow models and apis list properties to span multi-lines #21536
  • Bump jmustache 1.15 -> 1.16 #21352
  • Add 'isFormStyle', 'isSpaceDelimited', and 'isPipeDelimited' flags to CodegenParameter #21240
  • Added symlink to generator CLI in Docker image #15559

C

  • add curl handler pre-invoke-callback to c-libcurl #21654
  • feature: Add control flag for static compile #21635
  • Add verbose, keepalive, keepidle, keepintvl to c-libcurl #21613

C#

  • [REQ] [CSHARP] [UNITYWEBREQUEST] Support Stream for unityWebRequest library #21704
  • [BUG][CSHARP][GENERICHOST] Write enum values in expected JSON format #21698
  • [csharp] Fix composed enum handling #21690
  • [csharp][generichost] Fix response testing when dataType missing #21687
  • [csharp] Ensure unique property names #21649
  • [csharp] Handle nested maps recursively #21636
  • [C++] [Client] Added cpp-oatpp-client generator #21711

C++

  • [C++] [Client] Added cpp-oatpp-client generator #21711
  • [C++] [Client] Fixes to cpp-oatpp-server generator #21595
  • Add cpp-oatpp-server generator (alpha) #21547

Dart

  • Feat: #21665 [dart][dart-dio] CopyWith for json_serializable #21667
  • [dart-dio] Fix json_serializable response for type:string format:binary #21379
  • [dart-dio] Fix compile error in enum properties with "default" values (#20495) #21355

Go

  • Update AWS Go SDK from v1 to v2 in Go client templates #21653

... (truncated)

Commits

Updates org.openapitools:openapi-generator-core from 7.14.0 to 7.15.0

Release notes

Sourced from org.openapitools:openapi-generator-core's releases.

v7.15.0 released

v7.15.0 stable release (breaking changes with fallbacks) comes with 140+ enhancements, bug fixes. Once again thanks for all the contributions from the community.

This release comes with 1 breaking change (with fallback):

  • [rust-server] Update to hyper1 in rust-server generator #21422

The community also contributed 3 new generators in this release:

  • [C++] [Client] Added cpp-oatpp-client #21711
  • Add cpp-oatpp-server generator (alpha) #21547
  • NestJS server codegen #21494

Below are the highlights of the changes. For a full list of changes, please refer to the "Pull Request" tab.

General

  • Bugfix for remote specs with params #21634
  • [gradle-plugin] add treatWarningsAsErrors option to openApiValidate in gradle plugin #21626
  • Fix response model generation with ParseOptions.resolveResponses=true #21568
  • [req] Allow models and apis list properties to span multi-lines #21536
  • Bump jmustache 1.15 -> 1.16 #21352
  • Add 'isFormStyle', 'isSpaceDelimited', and 'isPipeDelimited' flags to CodegenParameter #21240
  • Added symlink to generator CLI in Docker image #15559

C

  • add curl handler pre-invoke-callback to c-libcurl #21654
  • feature: Add control flag for static compile #21635
  • Add verbose, keepalive, keepidle, keepintvl to c-libcurl #21613

C#

  • [REQ] [CSHARP] [UNITYWEBREQUEST] Support Stream for unityWebRequest library #21704
  • [BUG][CSHARP][GENERICHOST] Write enum values in expected JSON format #21698
  • [csharp] Fix composed enum handling #21690
  • [csharp][generichost] Fix response testing when dataType missing #21687
  • [csharp] Ensure unique property names #21649
  • [csharp] Handle nested maps recursively #21636
  • [C++] [Client] Added cpp-oatpp-client generator #21711

C++

  • [C++] [Client] Added cpp-oatpp-client generator #21711
  • [C++] [Client] Fixes to cpp-oatpp-server generator #21595
  • Add cpp-oatpp-server generator (alpha) #21547

Dart

  • Feat: #21665 [dart][dart-dio] CopyWith for json_serializable #21667
  • [dart-dio] Fix json_serializable response for type:string format:binary #21379
  • [dart-dio] Fix compile error in enum properties with "default" values (#20495) #21355

Go

  • Update AWS Go SDK from v1 to v2 in Go client templates #21653

... (truncated)

Commits

Updates com.github.spotbugs:spotbugs-maven-plugin from 4.9.3.2 to 4.9.4.0

Release notes

Sourced from com.github.spotbugs:spotbugs-maven-plugin's releases.

Spotbugs Maven Plugin 4.9.4.0

Release is large but mainly rewriting of underlying code. This supports spotbugs 4.9.4, additional details below.

Consumer

  • Supporting spotbugs 4.9.4
  • Updated all underlying dependencies
  • Groovy now at 4.0.28
  • Groovydocs now published with release
  • Modernize groovy code usage including typing everything, avoiding any usage of groovy 'it' idiom
  • Due to how groovy resolves logging, wrap any logging that needs groovy to resolve gstring with check on logger being enabled
  • No longer use plexus file resource loader as it was mostly duplicated, its deprecated, and cleaner to directly implement enhancement
  • Use objects require non null where appropriate
  • Make sure files closed appropriately to prevent leaks
  • Fix invalid look at debug flag to determine debug logging by additionally checking info logging instead and log at info
  • Fix invalid usage of logging at debug where debug flag should have been used
  • Plugin artifact is now a list rather than array
  • Various nio updates
  • Fix javadoc issues
  • Cleanup regex usage for hyperlink to code off reporting
  • Do not use 'assert' in code, use correct checks with illegal argument exceptions

Producer

  • gha now implements concurrency restrictions to prevent unwanted builds now that github is showing costs associated with runners
  • gha now implements timeout at 30 minutes to prevent long running jobs now that github is showing costs associated with runners
  • github actions are now pinned to digests to prevent potential supply chain hacks
  • renamed codeql.yml to codeql.yaml (all are yaml now)
  • maven wrapper is updated to support defects with maven 4 usage since beta-5 was released. Now runner on maven 4.0.0-rc-4 now fully works
  • maven wrapper is protected from path transversal issues
  • .gitignore updated to ignore .pmd and .groovy directories
  • maven wrapper now defaulted to maven 3.9.11
  • central badge updated for new central hosting
  • Corrected test source directory for groovy in build pom
  • Add additional code coverage
  • Correct spotbugs version on documentation
  • Site now generating again as gmavenplus fixed defect introduced by groovy changes
  • renovate set to pin github action digests
  • All integration tests updated to more modern groovy usage
Commits
  • 34c4962 [maven-release-plugin] prepare release spotbugs-maven-plugin-4.9.4.0
  • 5ac441b Merge pull request #1145 from hazendaz/cleanup
  • 37a8737 [GHA] Move to maven 4.0.0-rc-4 in maven 4 integration test
  • bdcaa2c Merge pull request #1144 from hazendaz/cleanup
  • a7591e5 Add support for maven 4 mainClass to maven wrapper
  • f7ea524 Merge pull request #1143 from spotbugs/renovate/pin-dependencies
  • 28706a7 Pin dependencies
  • f4cd7d0 Merge pull request #1142 from hazendaz/master
  • 0990344 [gha] Run max parallel to 6
  • 2da6164 [renovate] Ping github action digests security!
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-javadoc-plugin from 3.11.2 to 3.11.3

Release notes

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

3.11.3

🚨 Removed

🚀 New features and improvements

🐛 Bug Fixes

  • Make the legacyMode consistent (Filter out all of the module-info.java files in legacy mode, do not use --source-path in legacy mode) (#1217) @​fridrich
  • [MJAVADOC-826] - Don't try to modify project source roots (#358) @​oehme

📝 Documentation updates

👻 Maintenance

📦 Dependency updates

... (truncated)

Commits
  • 8357bc2 [maven-release-plugin] prepare release maven-javadoc-plugin-3.11.3
  • ab6e97e Bump commons-io:commons-io from 2.19.0 to 2.20.0
  • 83788c1 Bump org.apache.commons:commons-text from 1.13.1 to 1.14.0
  • 99ee1fc Bump org.apache.commons:commons-lang3 in /src/it/projects/MJAVADOC-787
  • 18bfeb8 Maven Archiver 3.6.4 (#1226)
  • 63618bb Bump org.apache.commons:commons-lang3 (#1224)
  • 81afff9 Bump org.assertj:assertj-core from 3.27.3 to 3.27.4 (#1223)
  • 8bcdebf Add Apache 2.0 LICENSE file (#1220)
  • 2299072 Make the legacyMode consistent and actually useful (#1217)
  • 33c9f01 Be consistent about data encoding when copying files (#1215)
  • Additional commits viewable in compare view

Updates com.diffplug.spotless:spotless-maven-plugin from 2.45.0 to 2.46.1

Release notes

Sourced from com.diffplug.spotless:spotless-maven-plugin's releases.

Maven Plugin v2.46.1

Fixed

  • spotless:install-git-pre-push-hook didn't work on windows, now fixed. (#2562)

Maven Plugin v2.46.0

Added

  • Allow specifying path to Biome JSON config file directly in biome step. Requires biome 2.x. (#2548)
  • spotless:install-git-pre-push-hook goal, which installs a Git pre-push hook to run spotless:check and spotless:apply. (#2553)

Changed

  • Bump default gson version to latest 2.11.0 -> 2.13.1. (#2414)
  • Bump default jackson version to latest 2.18.1 -> 2.19.2. (#2558)
  • Bump default gherkin-utils version to latest 9.0.0 -> 9.2.0. (#2408)
  • Bump default cleanthat version to latest 2.22 -> 2.23. (#2556)
Changelog

Sourced from com.diffplug.spotless:spotless-maven-plugin's changelog.

spotless-lib and spotless-lib-extra releases

If you are a Spotless user (as opposed to developer), then you are probably looking for:

This document is intended for Spotless developers.

We adhere to the keepachangelog format (starting after version 1.27.0).

[Unreleased]

Changes

  • BREAKING Bump the required Java to 17. (#2375, #2540)
  • Bump JGit from 6.10.1 to 7.3.0 (#2257)
    • Adds support for worktrees (fixes #1765)
  • Bump default google-java-format version to latest 1.24.0 -> 1.28.0. (#2345)
  • Bump default ktlint version to latest 1.5.0 -> 1.7.1. (#2555)

[3.3.1] - 2025-07-21

Fixed

  • GitPrePushHookInstaller didn't work on windows, now fixed. (#2562)

[3.3.0] - 2025-07-20

Added

  • Allow specifying path to Biome JSON config file directly in biome step. Requires biome 2.x. (#2548)
  • GitPrePushHookInstaller, a reusable library component for installing a Git pre-push hook that runs formatter checks. (#2553)
  • Allow setting Eclipse XML config from a string, not only from files (#2361)

Changed

  • Bump default gson version to latest 2.11.0 -> 2.13.1. (#2414)
  • Bump default jackson version to latest 2.18.1 -> 2.19.2. (#2558)
  • Bump default gherkin-utils version to latest 9.0.0 -> 9.2.0. (#2408)
  • Bump default cleanthat version to latest 2.22 -> 2.23. (#2556)

[3.2.0] - 2025-07-07

Added

  • Support for idea (#2020, #2535)
  • Add support for removing wildcard imports via removeWildcardImports step. (#2517)
  • scalafmt: enforce version consistency between the version configured in Spotless and the version declared in Scalafmt config file (#2460)

Fixed

  • SortPom disable expandEmptyElements, to avoid empty body warnings. (#2520)
  • Fix biome formatter for new major release 2.x of biome (#2537)
  • Make sure npm-based formatters use the correct node_modules directory when running in parallel. (#2542)

Changed

  • Bump internal dependencies for npm-based formatters (#2542)

[3.1.2] - 2025-05-27

Fixed

  • Fix UnsupportedOperationException in the Gradle plugin when using targetExcludeContent[Pattern] (#2487)
  • pgp key had expired, this and future releases will be signed by new key (details)

... (truncated)

Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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

…with 9 updates

Bumps the maven-version-updates group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [com.google.errorprone:error_prone_core](https://github.com/google/error-prone) | `2.40.0` | `2.41.0` |
| [com.uber.nullaway:nullaway](https://github.com/uber/NullAway) | `0.12.7` | `0.12.9` |
| [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework) | `5.13.3` | `5.13.4` |
| [com.google.errorprone:error_prone_annotations](https://github.com/google/error-prone) | `2.40.0` | `2.41.0` |
| [org.openapitools:openapi-generator](https://github.com/openapitools/openapi-generator) | `7.14.0` | `7.15.0` |
| [org.openapitools:openapi-generator-core](https://github.com/openapitools/openapi-generator) | `7.14.0` | `7.15.0` |
| [com.github.spotbugs:spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) | `4.9.3.2` | `4.9.4.0` |
| [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) | `3.11.2` | `3.11.3` |
| [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) | `2.45.0` | `2.46.1` |



Updates `com.google.errorprone:error_prone_core` from 2.40.0 to 2.41.0
- [Release notes](https://github.com/google/error-prone/releases)
- [Commits](google/error-prone@v2.40.0...v2.41.0)

Updates `com.uber.nullaway:nullaway` from 0.12.7 to 0.12.9
- [Release notes](https://github.com/uber/NullAway/releases)
- [Changelog](https://github.com/uber/NullAway/blob/master/CHANGELOG.md)
- [Commits](uber/NullAway@v0.12.7...v0.12.9)

Updates `org.junit.jupiter:junit-jupiter-api` from 5.13.3 to 5.13.4
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r5.13.3...r5.13.4)

Updates `com.google.errorprone:error_prone_annotations` from 2.40.0 to 2.41.0
- [Release notes](https://github.com/google/error-prone/releases)
- [Commits](google/error-prone@v2.40.0...v2.41.0)

Updates `org.openapitools:openapi-generator` from 7.14.0 to 7.15.0
- [Release notes](https://github.com/openapitools/openapi-generator/releases)
- [Changelog](https://github.com/OpenAPITools/openapi-generator/blob/master/docs/3.0.0-release-note.md)
- [Commits](OpenAPITools/openapi-generator@v7.14.0...v7.15.0)

Updates `org.openapitools:openapi-generator-core` from 7.14.0 to 7.15.0
- [Release notes](https://github.com/openapitools/openapi-generator/releases)
- [Changelog](https://github.com/OpenAPITools/openapi-generator/blob/master/docs/3.0.0-release-note.md)
- [Commits](OpenAPITools/openapi-generator@v7.14.0...v7.15.0)

Updates `com.github.spotbugs:spotbugs-maven-plugin` from 4.9.3.2 to 4.9.4.0
- [Release notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases)
- [Commits](spotbugs/spotbugs-maven-plugin@spotbugs-maven-plugin-4.9.3.2...spotbugs-maven-plugin-4.9.4.0)

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

Updates `com.diffplug.spotless:spotless-maven-plugin` from 2.45.0 to 2.46.1
- [Release notes](https://github.com/diffplug/spotless/releases)
- [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md)
- [Commits](diffplug/spotless@lib/2.45.0...maven/2.46.1)

---
updated-dependencies:
- dependency-name: com.google.errorprone:error_prone_core
  dependency-version: 2.41.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-version-updates
- dependency-name: com.uber.nullaway:nullaway
  dependency-version: 0.12.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-version-updates
- dependency-name: org.junit.jupiter:junit-jupiter-api
  dependency-version: 5.13.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: maven-version-updates
- dependency-name: com.google.errorprone:error_prone_annotations
  dependency-version: 2.41.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-version-updates
- dependency-name: org.openapitools:openapi-generator
  dependency-version: 7.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-version-updates
- dependency-name: org.openapitools:openapi-generator-core
  dependency-version: 7.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-version-updates
- dependency-name: com.github.spotbugs:spotbugs-maven-plugin
  dependency-version: 4.9.4.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-version-updates
- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
  dependency-version: 3.11.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-version-updates
- dependency-name: com.diffplug.spotless:spotless-maven-plugin
  dependency-version: 2.46.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-version-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Aug 25, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 15, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Sep 15, 2025
@dependabot dependabot bot deleted the dependabot/maven/maven-version-updates-fbf7e28b40 branch September 15, 2025 02:23
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.

0 participants