Skip to content

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

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

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

Conversation

@renovate

@renovate renovate Bot commented May 4, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change Age Confidence
gradle (source) minor 9.5.09.6.0 age confidence
org.junit.jupiter:junit-jupiter (source) devDependencies minor 6.0.36.1.0 age confidence
org.openrewrite.recipe:rewrite-rewrite devDependencies minor 0.24.20.26.1 age confidence
org.openrewrite.recipe:rewrite-migrate-java devDependencies minor 3.34.03.37.0 age confidence
org.openrewrite.recipe:rewrite-static-analysis devDependencies minor 2.34.02.37.0 age confidence
com.github.spotbugs:spotbugs (source) devDependencies minor 4.9.84.10.2 age confidence
com.google.errorprone:error_prone_core (source) devDependencies minor 2.49.02.50.0 age confidence
org.openrewrite:plugin devDependencies minor 7.32.17.35.0 age confidence
com.tcoded:FoliaLib dependencies patch 0.5.10.5.2 age confidence
com.github.spotbugs.snom:spotbugs-gradle-plugin devDependencies patch 6.5.46.5.8 age confidence
com.gradleup.shadow:shadow-gradle-plugin devDependencies patch 9.4.19.4.2 age confidence
com.gradleup.shadow plugin patch 9.4.19.4.2 age confidence
com.diffplug.spotless:spotless-plugin-gradle devDependencies minor 8.4.08.7.0 age confidence
net.lenni0451.mcstructs:text dependencies patch 3.3.03.3.1 age confidence

Release Notes

gradle/gradle (gradle)

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.

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

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

openrewrite/rewrite-migrate-java (org.openrewrite.recipe:rewrite-migrate-java)

v3.37.0: 3.37.0

Compare Source

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

openrewrite/rewrite-static-analysis (org.openrewrite.recipe:rewrite-static-analysis)

v2.37.0: 2.37.0

What's Changed

Full Changelog: openrewrite/rewrite-static-analysis@v2.36.0...v2.37.0

v2.36.0: 2.36.0

What's Changed

Full Changelog: openrewrite/rewrite-static-analysis@v2.35.0...v2.36.0

v2.35.0: 2.35.0

What's Changed

Full Changelog: openrewrite/rewrite-static-analysis@v2.34.1...v2.35.0

v2.34.1

What's Changed

Full Changelog: openrewrite/rewrite-static-analysis@v2.34.0...v2.34.1

spotbugs/spotbugs (com.github.spotbugs:spotbugs)

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.
google/error-prone (com.google.errorprone:error_prone_core)

v2.50.0: Error Prone 2.50.0

Compare Source

New checks:

Closed issues: #​5553, #​5649, #​5778

Full changelog: google/error-prone@v2.49.0...v2.50.0

spotbugs/spotbugs-gradle-plugin (com.github.spotbugs.snom:spotbugs-gradle-plugin)

v6.5.8

Compare Source

Bug Fixes
  • deps: update dependency androidx.lint:lint-gradle to v1.0.0 (#​1723) (18ee52e)

v6.5.7

Compare Source

Bug Fixes

v6.5.6

Compare Source

Bug Fixes

v6.5.5

Compare Source

Bug Fixes
  • deps: update dependency androidx.lint:lint-gradle to v1.0.0-rc01 (#​1689) (ae72aa0)
GradleUp/shadow (com.gradleup.shadow:shadow-gradle-plugin)

v9.4.2

Compare Source

Changed
  • Update jdependency to support Java 27. (#​2033)

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 May 4, 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 May 4, 2026 04:43
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 2430a3f to 020796e Compare May 8, 2026 02:47
@renovate renovate Bot changed the title fix(deps): update dependency com.tcoded:folialib to v0.5.2 fix(deps): update all non-major dependencies May 8, 2026
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from a1914cd to 0a990a7 Compare May 16, 2026 08:09
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 5f7eb4b to 9cafa5e Compare May 28, 2026 06:02
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 8190e0d to cfe433d Compare June 10, 2026 12:10
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 6ffab2a to c720d10 Compare June 19, 2026 15:41
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from c720d10 to 428d6d2 Compare June 19, 2026 23:02
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