Skip to content

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

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

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

Conversation

@renovate

@renovate renovate Bot commented Mar 28, 2026

Copy link
Copy Markdown
Contributor

ℹ️ 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.4.19.7.0 age confidence
org.junit.jupiter:junit-jupiter (source) devDependencies minor 6.0.36.1.3 age confidence
org.projectlombok:lombok (source) devDependencies patch 1.18.441.18.46 age confidence
com.github.spotbugs:spotbugs-annotations (source) devDependencies minor 4.9.84.10.3 age confidence
org.openrewrite.recipe:rewrite-rewrite devDependencies minor 0.22.00.30.0 age confidence
com.github.ben-manes.caffeine:caffeine dependencies patch 3.2.33.2.4 age confidence
org.openrewrite.recipe:rewrite-migrate-java devDependencies minor 3.31.03.42.0 age confidence
org.mariadb.jdbc:mariadb-java-client (source) dependencies patch 3.5.73.5.10 age confidence
org.apache.commons:commons-collections4 (source) dependencies minor 4.5.04.6.0 age confidence
org.openrewrite.recipe:rewrite-static-analysis devDependencies minor 2.31.02.41.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.48.02.50.0 age confidence
com.google.code.gson:gson dependencies minor 2.13.22.14.0 age confidence
com.tcoded:FoliaLib dependencies patch 0.5.10.5.2 age confidence
org.junit.jupiter:junit-jupiter-engine (source) dependencies minor 6.0.36.1.3 age confidence
org.openrewrite:plugin devDependencies minor 7.29.07.39.0 age confidence
org.junit.jupiter:junit-jupiter-api (source) dependencies minor 6.0.36.1.3 age confidence
com.github.spotbugs.snom:spotbugs-gradle-plugin devDependencies minor 6.4.86.5.10 age confidence
io.github.miniplaceholders:miniplaceholders-api dependencies minor 3.1.03.2.0 age confidence
com.gradleup.shadow:shadow-gradle-plugin devDependencies minor 9.4.19.6.1 age confidence
com.diffplug.spotless:spotless-plugin-gradle devDependencies minor 8.4.08.10.0 age confidence
xyz.jpenilla.run-paper plugin minor 3.0.23.1.0 age confidence

Release Notes

gradle/gradle (gradle)

v9.7.0

Compare Source

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.

junit-team/junit-framework (org.junit.jupiter:junit-jupiter)

v6.1.2

v6.1.1

projectlombok/lombok (org.projectlombok:lombok)

v1.18.46

Compare Source

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.
openrewrite/rewrite-rewrite (org.openrewrite.recipe:rewrite-rewrite)

v0.30.0: 0.30.0

Compare Source

What's Changed

Full Changelog: openrewrite/rewrite-rewrite@v0.29.0...v0.30.0

v0.29.0: 0.29.0

Compare Source

What's Changed

New Contributors

Full Changelog: openrewrite/rewrite-rewrite@v0.28.0...v0.29.0

v0.28.0: 0.28.0

Compare Source

What's Changed

  • Fix UseRewriteTestDefaults corrupting output for classes with field initializers by @​timtebeek in #​80
  • Avoid no-op change in SourceSpecTextBlockIndentation when margin is already minimal by @​timtebeek in #​81

Full Changelog: openrewrite/rewrite-rewrite@v0.27.0...v0.28.0

v0.27.0: 0.27.0

Compare Source

What's Changed

  • Avoid renaming ExecutionContext parameter when it would shadow an outer scope by @​timtebeek in #​78

Full Changelog: openrewrite/rewrite-rewrite@v0.26.1...v0.27.0

v0.26.1: 0.26.1

What's Changed

Full Changelog: openrewrite/rewrite-rewrite@v0.26.0...v0.26.1

v0.26.0: 0.26.0

What's Changed

Full Changelog: openrewrite/rewrite-rewrite@v0.25.0...v0.26.0

v0.25.0: 0.25.0

What's Changed

Full Changelog: openrewrite/rewrite-rewrite@v0.24.3...v0.25.0

v0.24.3

What's Changed

Full Changelog: openrewrite/rewrite-rewrite@v0.24.0...v0.24.3

v0.24.2: 0.24.2

What's Changed

Full Changelog: https://github.com/openrewrite/rewrite-rewrite

v0.24.1: 0.24.1

Full Changelog: openrewrite/rewrite-rewrite@v0.24.0...v0.24.1

v0.24.0: 0.24.0

What's Changed

New Contributors

Full Changelog: openrewrite/rewrite-rewrite@v0.23.0...v0.24.0

v0.23.0: 0.23.0

What's Changed

Full Changelog: openrewrite/rewrite-rewrite@v0.22.0...v0.23.0

ben-manes/caffeine (com.github.ben-manes.caffeine:caffeine)

v3.2.4: 3.2.4

  • Improved access expiration's read performance by avoiding false sharing effects caused by the timestamp update
  • Fixed head-of-line blocking of expiration queues caused by in-flight async entries (#​1954)
  • Fixed various minor issues found using AI audits
  • Added ObjectInputFilter support to JCache
openrewrite/rewrite-migrate-java (org.openrewrite.recipe:rewrite-migrate-java)

v3.42.0: 3.42.0

Compare Source

What's Changed

New Contributors

Full Changelog: openrewrite/rewrite-migrate-java@v3.41.0...v3.42.0

v3.41.0: 3.41.0

Compare Source

What's Changed

Full Changelog: openrewrite/rewrite-migrate-java@v3.40.0...v3.41.0

v3.40.0: 3.40.0

Compare Source

What's Changed

New Contributors

Full Changelog: openrewrite/rewrite-migrate-java@v3.39.0...v3.40.0

v3.39.0: 3.39.0

Compare Source

What's Changed

Full Changelog: openrewrite/rewrite-migrate-java@v3.38.0...v3.39.0

v3.38.0

What's Changed

Full Changelog: openrewrite/rewrite-migrate-java@v3.37.0...v3.38.0

v3.37.0: 3.37.0

What's Changed

New Contributors

Full Changelog: openrewrite/rewrite-migrate-java@v3.36.0...v3.37.0

v3.36.0: 3.36.0

What's Changed

New Contributors

Full Changelog: openrewrite/rewrite-migrate-java@v3.35.0...v3.36.0

v3.35.0: 3.35.0

What's Changed

Full Changelog: openrewrite/rewrite-migrate-java@v3.34.1...v3.35.0

v3.34.1

What's Changed

Full Changelog: openrewrite/rewrite-migrate-java@v3.34.0...v3.34.1

v3.34.0: 3.34.0

What's Changed

Full Changelog: openrewrite/rewrite-migrate-java@v3.33.0...v3.34.0

v3.33.1: 3.33.1

Full Changelog: openrewrite/rewrite-migrate-java@v3.33.0...v3.33.1

v3.33.0: 3.33.0

What's Changed

Full Changelog: openrewrite/rewrite-migrate-java@v3.32.1...v3.33.0

v3.32.1

What's Changed

Full Changelog: openrewrite/rewrite-migrate-java@v3.32.0...v3.32.1

v3.32.0: 3.32.0

What's Changed

New Contributors

Full Changelog: openrewrite/rewrite-migrate-java@v3.31.3...v3.32.0

v3.31.3: 3.31.3

What's Changed

Full Changelog: openrewrite/rewrite-migrate-java@v3.31.2...v3.31.3

v3.31.2: 3.31.2

What's Changed

**Full Chang

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 is behind base branch, 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 commented Mar 28, 2026

Copy link
Copy Markdown
Contributor Author

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@renovate
renovate Bot requested a review from AlexProgrammerDE as a code owner March 28, 2026 01:15
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 79b14cf to 7fe3eac Compare April 6, 2026 17:42
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from a1ce496 to ece1e51 Compare April 13, 2026 07:11
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 8330257 to 61e257c Compare April 23, 2026 21:22
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 5ecc0b3 to 483e7c7 Compare May 3, 2026 01:05
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 0d4ad4b to 696ab2e Compare May 7, 2026 18:54
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 1173212 to 7e3cd6f Compare May 16, 2026 01:47
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 661c27d to 2d46a40 Compare June 3, 2026 16:09
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from ae4a116 to 8f8fabb Compare June 12, 2026 19:44
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 594ada1 to 57d41a8 Compare June 22, 2026 18:18
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 390b176 to 0435c9b Compare July 1, 2026 17:55
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 0435c9b to e60e22e Compare July 6, 2026 07:46
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 22d8f74 to e9bbd82 Compare July 22, 2026 02:28
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from e9bbd82 to a693ad2 Compare July 30, 2026 03:16
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 129ce63 to 0cbc49e Compare August 10, 2026 15:43
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 0cbc49e to 5a4b5f3 Compare August 16, 2026 08:00
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 5a4b5f3 to e5b1e07 Compare August 17, 2026 04:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants