Skip to content

fix(deps): update all non-major dependencies#13

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch
Open

fix(deps): update all non-major dependencies#13
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Apr 19, 2026

Copy link
Copy Markdown

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change Age Confidence
gradle (source) minor 9.2.09.6.1 age confidence
org.mockito:mockito-junit-jupiter devDependencies minor 5.20.05.23.0 age confidence
org.mockito:mockito-core devDependencies minor 5.20.05.23.0 age confidence
org.junit.jupiter:junit-jupiter (source) devDependencies minor 5.13.05.14.4 age confidence
com.github.spotbugs:spotbugs-annotations (source) devDependencies minor 4.9.84.10.3 age confidence
org.jetbrains:annotations devDependencies minor 26.0.226.1.0 age confidence
org.immutables:value-annotations (source) devDependencies patch 2.12.02.12.2 age confidence
org.immutables:value (source) devDependencies patch 2.12.02.12.2 age confidence
org.openrewrite.recipe:rewrite-testing-frameworks devDependencies minor 3.3.03.42.0 age confidence
org.openrewrite.recipe:rewrite-migrate-java devDependencies minor 3.24.03.40.0 age confidence
org.openrewrite.recipe:rewrite-static-analysis devDependencies minor 2.24.02.39.0 age confidence
com.github.spotbugs:spotbugs (source) devDependencies minor 4.9.84.10.3 age confidence
com.google.errorprone:error_prone_core (source) devDependencies minor 2.38.02.50.0 age confidence
com.uber.nullaway:nullaway devDependencies minor 0.12.150.13.7 age confidence
org.openrewrite:plugin devDependencies minor 7.23.07.37.0 age confidence
io.freefair.gradle:lombok-plugin devDependencies patch 8.14.28.14.4 age confidence
net.ltgt.errorprone:net.ltgt.errorprone.gradle.plugin devDependencies minor 4.3.04.4.0 age confidence
org.mockito:mockito-junit-jupiter dependencies minor 5.20.05.23.0 age confidence
org.mockito:mockito-core dependencies minor 5.20.05.23.0 age confidence
com.github.spotbugs.snom:spotbugs-gradle-plugin devDependencies minor 6.4.46.5.9 age confidence
org.junit.jupiter:junit-jupiter (source) dependencies minor 5.13.05.14.4 age confidence
org.junit:junit-bom (source) dependencies minor 5.13.05.14.4 age confidence
com.github.spotbugs:spotbugs-annotations (source) dependencies minor 4.9.84.10.3 age confidence
com.diffplug.spotless:spotless-plugin-gradle devDependencies minor 7.0.47.2.1 age confidence
org.jetbrains:annotations dependencies minor 26.0.226.1.0 age confidence
net.strokkur.commands:processor-velocity dependencies minor 2.0.12.1.4 age confidence
net.strokkur.commands:annotations-velocity dependencies minor 2.0.12.1.4 age confidence
net.strokkur.commands:processor-paper dependencies minor 2.0.12.1.4 age confidence
net.strokkur.commands:annotations-paper dependencies minor 2.0.12.1.4 age confidence
net.strokkur.commands:processor-common dependencies minor 2.0.12.1.4 age confidence
net.strokkur.commands:annotations-common-permission dependencies minor 2.0.12.1.4 age confidence
net.strokkur.commands:annotations-common dependencies minor 2.0.12.1.4 age confidence
com.velocitypowered:velocity-api (source) dependencies minor 3.4.0-SNAPSHOT3.5.1 age confidence
net.kyori:adventure-text-minimessage dependencies minor 4.25.04.26.1 age confidence
net.kyori:adventure-api dependencies minor 4.25.04.26.1 age confidence
org.yaml:snakeyaml dependencies minor 2.42.6 age confidence
com.gradle.develocity plugin minor 4.34.5.0 age confidence
com.zaxxer:HikariCP dependencies minor 7.0.27.1.0 age confidence
org.postgresql:postgresql (source) dependencies patch 42.7.442.7.13 age confidence
org.mariadb.jdbc:mariadb-java-client (source) dependencies patch 3.5.63.5.9 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

gradle/gradle (gradle)

v9.6.1

Compare Source

v9.6.0

Compare Source

v9.5.1: 9.5.1

Compare Source

The Gradle team is excited to announce Gradle 9.5.1.

Here are the highlights of this release:

  • Task provenance in reports and failure messages
  • Type-safe accessors for precompiled Kotlin Settings plugins

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
atm1020,
mataha,
Adam,
Attila Kelemen,
Benedikt Ritter,
Björn Kautler,
Caro Silva Rode,
CHANHAN,
Dmitry Nezavitin,
Eng Zer Jun,
KugelLibelle,
Madalin Valceleanu,
Markus Gaisbauer,
Oliver Kopp,
Philip Wedemann,
ploober,
Roberto Perez Alcolea,
Rohit Anand,
Suvrat Acharya,
Ujwal Suresh Vanjare,
Victor Merkulov

Upgrade instructions

Switch your build to use Gradle 9.5.1 by updating your wrapper:

./gradlew wrapper --gradle-version=9.5.1 && ./gradlew wrapper

See the Gradle 9.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

v9.5.0: 9.5.0

Compare Source

The Gradle team is excited to announce Gradle 9.5.0.

Here are the highlights of this release:

  • Task provenance in reports and failure messages
  • Type-safe accessors for precompiled Kotlin Settings plugins

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
atm1020,
mataha,
Adam,
Attila Kelemen,
Benedikt Ritter,
Björn Kautler,
Caro Silva Rode,
CHANHAN,
Dmitry Nezavitin,
Eng Zer Jun,
KugelLibelle,
Madalin Valceleanu,
Markus Gaisbauer,
Oliver Kopp,
Philip Wedemann,
ploober,
Roberto Perez Alcolea,
Rohit Anand,
Suvrat Acharya,
Ujwal Suresh Vanjare,
Victor Merkulov

Upgrade instructions

Switch your build to use Gradle 9.5.0 by updating your wrapper:

./gradlew wrapper --gradle-version=9.5.0 && ./gradlew wrapper

See the Gradle 9.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

v9.4.1: 9.4.1

Compare Source

The Gradle team is excited to announce Gradle 9.4.1.

Here are the highlights of this release:

  • Java 26 support
  • Non-class-based JVM tests
  • Enhanced console progress bar

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
akankshaa-00,
Attila Kelemen,
Björn Kautler,
dblood,
Dennis Rieks,
duvvuvenkataramana,
John Burns,
Julian,
kevinstembridge,
Niels Doucet,
Philip Wedemann,
ploober,
Richard Hernandez,
Roberto Perez Alcolea,
Sebastian Lövdahl,
stephan2405,
Stephane Landelle,
Ujwal Suresh Vanjare,
Victor Merkulov,
Vincent Potuček,
Vladimir Sitnikov.

Upgrade instructions

Switch your build to use Gradle 9.4.1 by updating your wrapper:

./gradlew wrapper --gradle-version=9.4.1 && ./gradlew wrapper

See the Gradle 9.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

v9.4.0: 9.4.0

Compare Source

The Gradle team is excited to announce Gradle 9.4.0.

Here are the highlights of this release:

  • Java 26 support
  • Non-class-based JVM tests
  • Enhanced console progress bar

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
akankshaa-00,
Attila Kelemen,
Björn Kautler,
dblood,
Dennis Rieks,
duvvuvenkataramana,
John Burns,
Julian,
kevinstembridge,
Niels Doucet,
Philip Wedemann,
ploober,
Richard Hernandez,
Roberto Perez Alcolea,
Sebastian Lövdahl,
stephan2405,
Stephane Landelle,
Ujwal Suresh Vanjare,
Victor Merkulov,
Vincent Potuček,
Vladimir Sitnikov.

Upgrade instructions

Switch your build to use Gradle 9.4.0 by updating your wrapper:

./gradlew wrapper --gradle-version=9.4.0 && ./gradlew wrapper

See the Gradle 9.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

v9.3.1: 9.3.1

Compare Source

This is a patch release for 9.3.0. We recommend using 9.3.1 instead of 9.3.0.

The following issues were resolved:

Read the Release Notes

Upgrade instructions

Switch your build to use Gradle 9.3.1 by updating your wrapper:

./gradlew wrapper --gradle-version=9.3.1 && ./gradlew wrapper

See the Gradle 9.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

v9.3.0: 9.3.0

Compare Source

The Gradle team is excited to announce Gradle 9.3.0.

Here are the highlights of this release:

  • Test reporting improvements
  • Error and warning improvements
  • Build authoring improvements

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Adam,
Adam,
Aharnish Solanki,
Andrzej Zabost,
Björn Kautler,
Boris Petrov,
Jendrik Johannes,
Kamil Krzywanski,
KANAKALA SAI KIRAN,
Megmeehey,
NurmukhametovAlexey,
Philip Wedemann,
Piotr Kubowicz,
Samay Kumar,
Shin Minjun,
Stefan Oehme,
Vincent Potuček,
Yongshun Ye.

Upgrade instructions

Switch your build to use Gradle 9.3.0 by updating your wrapper:

./gradlew wrapper --gradle-version=9.3.0 && ./gradlew wrapper

See the Gradle 9.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

v9.2.1: 9.2.1

Compare Source

The Gradle team is excited to announce Gradle 9.2.1.

Here are the highlights of this release:

  • Windows ARM support
  • Improved publishing APIs
  • Better guidance for dependency verification failures

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Adam,
Björn Kautler,
hasunzo,
HYEON,
Hyunjoon Park,
HYUNJUN SON,
Jendrik Johannes,
Kirill Gavrilov,
Madalin Valceleanu,
Martin Bonnin,
Matthew Haughton,
Mikhail Polivakha,
Na Minhyeok,
Philip Wedemann,
Philipp Schneider,
Róbert Papp,
Simon Marquis,
TheGoesen,
Vincent Potucek,
Xin Wang.

Upgrade instructions

Switch your build to use Gradle 9.2.1 by updating your wrapper:

./gradlew wrapper --gradle-version=9.2.1 && ./gradlew wrapper

See the Gradle 9.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

mockito/mockito (org.mockito:mockito-junit-jupiter)

v5.23.0

Compare Source

NOTE: Breaking change for Android

The mockito-android artifact has a breaking change: tests now require a device or emulator based on API 28+ (Android P). This is to enable new support for mocking Kotlin classes. See #​3788 for more details.


Changelog generated by Shipkit Changelog Gradle Plugin

5.23.0
  • 2026-03-11 - 6 commit(s) by Brice Dutheil, Joshua Selbo, Philippe Kernevez
  • Replace mockito-android mock maker implementation with dexmaker-mockito-inline (#​3792)
  • Fix StackOverflowError with AbstractList after using mockSingleton (#​3790)
  • Mark parameters of Mockito.when @Nullable (#​3503)

v5.22.0

Compare Source

Changelog generated by Shipkit Changelog Gradle Plugin

5.22.0
  • 2026-02-27 - 6 commit(s) by Joshua Selbo, NiMv1, Rafael Winterhalter, dependabot[bot], eunbin son
  • Avoid mocking of internal static utilities (#​3785)
  • Bump graalvm/setup-graalvm from 1.4.4 to 1.4.5 (#​3780)
  • Static mocking of UUID.class corrupted under JDK 25 (#​3778)
  • Bump actions/upload-artifact from 5 to 6 (#​3774)
  • docs: clarify RETURNS_MOCKS behavior with sealed abstract enums (Java 15+) (#​3773)
  • Add tests for Sets utility class (#​3771)
  • Add core API to enable Kotlin singleton mocking (#​3762)
  • Stubbing Kotlin object singletons (#​3652)
  • Incorrect documentation for RETURNS_MOCKS (#​3285)

v5.21.0

Changelog generated by Shipkit Changelog Gradle Plugin

5.21.0
  • 2025-12-09 - 17 commit(s) by Giulio Longfils, Joshua Selbo, Woongi9, Zylox, dependabot[bot]
  • Bump graalvm/setup-graalvm from 1.4.3 to 1.4.4 (#​3768)
  • Bump graalvm/setup-graalvm from 1.4.2 to 1.4.3 (#​3767)
  • Bump actions/checkout from 5 to 6 (#​3765)
  • Adds output of matchers to potential mismatch; Fixes #​2468 (#​3760)
  • Forbid mocking WeakReference with inline mock maker (#​3759)
  • StackOverflowError when mocking WeakReference (#​3758)
  • Bump actions/upload-artifact from 4 to 5 (#​3756)
  • Bump graalvm/setup-graalvm from 1.4.1 to 1.4.2 (#​3755)
  • Support primitives in GenericArrayReturnType. (#​3753)
  • ClassNotFoundException when stubbing array of primitive type on Android (#​3752)
  • Bump graalvm/setup-graalvm from 1.4.0 to 1.4.1 (#​3744)
  • Bump gradle/actions from 4 to 5 (#​3743)
  • Bump org.graalvm.buildtools.native from 0.11.0 to 0.11.1 (#​3738)
  • Bump com.diffplug.spotless:spotless-plugin-gradle from 7.2.1 to 8.0.0 (#​3735)
  • Bump graalvm/setup-graalvm from 1.3.7 to 1.4.0 (#​3734)
  • Bump org.assertj:assertj-core from 3.27.5 to 3.27.6 (#​3733)
  • Bump errorprone from 2.41.0 to 2.42.0 (#​3732)
  • Feat: automatically detect class to mock in mockStatic and mockConstruction (#​3731)
  • Return completed futures for unstubbed Future/CompletionStage in ReturnsEmptyValues (#​3727)
  • automatically detect class to mock (#​2779)
  • Incorrect "has following stubbing(s) with different arguments" message when using Argument Matchers (#​2468)
spotbugs/spotbugs (com.github.spotbugs:spotbugs-annotations)

v4.10.3

Compare Source

Fixed
  • Fix LI_LAZY_INIT_STATIC false negative when the null guard is written in yoda-style (null == field) (#​4144)
  • Fix DC_DOUBLECHECK, NP_SYNC_AND_NULL_CHECK_FIELD and SP_SPIN_ON_FIELD false negatives when the null guard is written in yoda-style (null == field) (#​4144)
  • Fix message for UNS_UNSAFE_CALL bug pattern
  • Restore CLI plugin loading by fixing DetectorFactoryCollection bootstrap ordering (#​4191)
  • Fix UWF_NULL_FIELD false negative for fields initialized with cast null values (#​4034)
  • Fix UMAC_UNCALLABLE_METHOD_OF_ANONYMOUS_CLASS false positive for methods reached only through method references (#​4059)
Changed
  • Ant FindBugsViewerTask: use default look and feel by default. (#​4165)
Refactor
  • Ant FindBugsViewerTask: extend AbstractFindBugsTask to reduce duplicate code. (#​4165)

v4.10.2

Compare Source

Build
  • Add release protection to ensure version released matches the tag and that snapshot has been removed. (#​4156)
  • Drop binary incompatible Saxon-HE back to 12.9 to keep java 11 compatibility. (#​4159)
  • Add binary check to the gradle build to ensure compatibility remains. (#​4159)

v4.10.1

Compare Source

Build
  • 4.10.0 was not released due to a release process error (artifacts were built from a -SNAPSHOT version). 4.10.1 is the corrected release and contains the intended 4.10.0 contents.
JetBrains/java-annotations (org.jetbrains:annotations)

v26.1.0

Compare Source

  • @NotNullByDefault is not experimental anymore.

v26.0.2-1

Compare Source

immutables/immutables (org.immutables:value-annotations)

v2.12.2

Compare Source

Maintenance release
What's Changed
New Contributors

Full Changelog: immutables/immutables@2.12.1...2.12.2

v2.12.1

Compare Source

Maintenance & bugfix release

  • #​1631 new PlainAttribute as a workaround
  • #​1632 fixed incompatibility of builders for package-private records and visibility=PUBLIC
  • #​1630 fixed Staged builder's new start() incompatible with pojos etc.

What's Changed

  • JDK 23+ (Upgraded build and matrix to include Java 25/javac) by @​SimY4 in #​1627

Full Changelog: immutables/immutables@2.12.0...2.12.1

openrewrite/rewrite-testing-frameworks (org.openrewrite.recipe:rewrite-testing-frameworks)

v3.42.0: 3.42.0

What's Changed

New Contributors

Full Changelog: openrewrite/rewrite-testing-frameworks@v3.41.0...v3.42.0

v3.41.0: 3.41.0

What's Changed

  • Keep mockStatic import in CleanupMockitoImports when type info is incomplete by @​timtebeek in #​1047

Full Changelog: openrewrite/rewrite-testing-frameworks@v3.40.0...v3.41.0

v3.40.0

What's Changed

Full Changelog: openrewrite/rewrite-testing-frameworks@v3.39.0...v3.40.0

v3.39.0

What's Changed

New Contributors

Full Changelog: openrewrite/rewrite-testing-frameworks@v3.38.0...v3.39.0

v3.38.0: 3.38.0

What's Changed

Full Changelog: openrewrite/rewrite-testing-frameworks@v3.37.0...v3.38.0

v3.37.0: 3.37.0

What's Changed

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the enhancement New feature or request label Apr 19, 2026
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from a4a91bf to bc521ca Compare May 3, 2026 11:44
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from b95fdfe to 306784d Compare May 13, 2026 03:05
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 54a689f to 65b5f77 Compare May 23, 2026 04:01
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 65b5f77 to a0a68c1 Compare May 27, 2026 03:45
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 6c07460 to d8a8043 Compare June 6, 2026 23:48
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from d8a8043 to bc21a98 Compare June 13, 2026 00:07
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 4e73637 to 35599ed Compare June 27, 2026 03:29
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from e8c473b to 6243e0f Compare July 8, 2026 03:51
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 6243e0f to 8d0b8ff Compare July 16, 2026 07:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants