Skip to content

Update Gradle dependencies (major)#322

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/major-gradle-dependencies
Open

Update Gradle dependencies (major)#322
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/major-gradle-dependencies

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Apr 2, 2026

This PR contains the following updates:

Package Type Update Change Pending Age Confidence
gradle (source) major 8.14.49.4.1 age confidence
org.testcontainers:testcontainers (source) dependencies major 1.21.42.0.4 age confidence
com.github.victools:jsonschema-module-jackson dependencies major 4.38.05.0.0 age confidence
com.github.victools:jsonschema-generator dependencies major 4.38.05.0.0 age confidence
org.cyclonedx.bom plugin major 2.4.13.2.2 3.2.3 age confidence
com.gradle.develocity plugin major 3.19.24.4.0 age confidence

Release Notes

gradle/gradle (gradle)

v9.4.1

Compare Source

v9.4.0

Compare Source

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

Compare Source

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.

v9.2.0

Compare Source

v9.1.0: 9.1.0

Compare Source

The Gradle team is excited to announce Gradle 9.1.0.

Here are the highlights of this release:

  • Full Java 25 support
  • Native task graph visualization
  • Enhanced console output

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Eng Zer Jun,
EunHyunsu,
Gaëtan Muller,
HeeChul Yang,
Jendrik Johannes,
Johnny Lim,
Junho Lee,
Kirill Gavrilov,
Matthew Haughton,
Na Minhyeok,
Philip Wedemann,
Philipp Schneider,
Pradyumna C,
r-a-sattarov,
Ryszard Perkowski,
Sebastian Schuberth,
SebastianHeil,
Staffan Al-Kadhimi,
winfriedgerlach,
Xin Wang.

Upgrade instructions

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

./gradlew wrapper --gradle-version=9.1.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.0.0: 9.0.0

Compare Source

The Gradle team is excited to announce Gradle 9.0.0.

Here are the highlights of this release:

  • Configuration Cache is the recommended execution mode
  • Gradle requires JVM 17 or higher to run
  • Build scripts use Kotlin 2.2 and Groovy 4.0
  • Improved Kotlin DSL script compilation avoidance

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Aaron Matthis,
Adam E,
Adam S,
Björn Kautler,
Daniel Lacasse,
Eng Zer Jun,
EunHyunsu,
FlorianMichael,
Francisco Prieto,
Gaëtan Muller,
Jake Wharton,
Kengo TODA,
Kent Kaseda,
Madalin Valceleanu,
Marc Philipp,
Mark S. Lewis,
Matthew Haughton,
Mycroft Wong,
Na Minhyeok,
Nelson Osacky,
Olivier "Oli" Dagenais,
ploober,
Radai Rosenblatt,
Róbert Papp,
Sebastian Schuberth,
Victor Merkulov.

Upgrade instructions

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

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

See the Gradle 9.0.0 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.

testcontainers/testcontainers-java (org.testcontainers:testcontainers)

v2.0.4

Compare Source

What's Changed
📖 Documentation
📦 Dependency updates

v2.0.3

Compare Source

What's Changed
🐛 Bug Fixes
📖 Documentation
📦 Dependency updates
7 changes

v2.0.2

Compare Source

What's Changed

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

📦 Dependency updates

v2.0.1

Compare Source

What's Changed

🐛 Bug Fixes

  • Add MySQLR2DBCDatabaseContainer compatible with org.testcontainers.mysql.MySQLContainer (#​11119) @​eddumelendez
  • Add MariaDBR2DBCDatabaseContainer compatible with org.testcontainers.mariadb.MariaDBContainer (#​11117) @​eddumelendez
  • Add MSSQLR2DBCDatabaseContainer compatible with org.testcontainers.mssqlserver.MSSQLServerContainer (#​11118) @​eddumelendez
  • Add PostgreSQLR2DBCDatabaseContainer compatible with org.testcontainers.postgresql.PostgreSQLContainer (#​11120) @​eddumelendez

📖 Documentation

🧹 Housekeeping

v2.0.0

Compare Source

Testcontainers 2.0.0

Main changes

  • Removed JUnit 4 support
  • Updated transitive dependencies
  • All modules are now prefixed with testcontainers-. For example, org.testcontainers:mysql is now org.testcontainers:testcontainers-mysql
  • Container classes relocated to org.testcontainers.<module-name> package. For example, new MySQLContainer class is under org.testcontainers.mysql

What's Changed

⚠️ Breaking API changes

🚀 Features & Enhancements

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

📦 Dependency updates

46 changes
victools/jsonschema-generator (com.github.victools:jsonschema-module-jackson)

v5.0.0

jsonschema-generator
Changed
  • BREAKING CHANGE: minimum Java version 17
  • BREAKING CHANGE: minimum Jackson version 3.x
Fixed
  • remove invalid format for standard LocalDateTime string definition
jsonschema-module-jackson
Added
  • introduce JacksonSchemaModule as alternative name to the JacksonModule (old class name kept for backward compatibility)
Fixed
  • support @JacksonAnnotationsInside annotated combo annotations also when looking for @JsonPropertyDescription

Configuration

📅 Schedule: Branch creation - "after 7am every weekday,before 7pm every weekday" in timezone CET, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Never, 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.

@hashicorp-vault-sonar-prod
Copy link
Copy Markdown

hashicorp-vault-sonar-prod bot commented Apr 2, 2026

Renovate Jira issue ID: MCP-405

@sonar-review-alpha
Copy link
Copy Markdown

sonar-review-alpha bot commented Apr 2, 2026

Summary

⚠️ The PR description exceeded the analysis limit and was truncated. The review may not reflect all context.

Major version bump to Gradle 9.4.1 (from 8.14.4) with coordinated updates to testcontainers (2.0.4), jsonschema libraries (5.0.0), and Gradle plugins. The Gradle wrapper scripts have been regenerated, with notable changes including removal of explicit CLASSPATH handling—a reflection of Gradle 9.x architecture.

What reviewers should know

Key changes to review:

  1. Gradle 9.x migration: The wrapper scripts (gradlew/gradlew.bat) show structural changes typical of Gradle 9—specifically, removal of the CLASSPATH variable and direct -jar invocation instead of -classpath setup. Verify these are expected for this major version.

  2. Dependency breaking changes: Three dependencies jumped major versions—testcontainers (1.21→2.0), jsonschema-generator (4.38→5.0), and jsonschema-module-jackson (4.38→5.0). These often include breaking API changes. If the project uses these libraries directly in code, check for compilation errors or required API migrations.

  3. Test coverage: The Gradle version upgrade particularly affects test execution (see the testcontainers bump). Run the full build and test suite to catch any incompatibilities, especially around containerized test setup.

  4. gradlew script regeneration: The Unix script shows a commit hash in a template URL—this is normal post-upgrade. The copyright year change and URL update are artifacts of regeneration, not functional concerns.


  • Generate Walkthrough
  • Generate Diagram

🗣️ Give feedback

Copy link
Copy Markdown

@sonar-review-alpha sonar-review-alpha bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! ✅

Purely mechanical Renovate-generated update — version numbers in libs.versions.toml and settings.gradle.kts, plus the standard wrapper script regeneration that accompanies a Gradle major version upgrade. No application logic was touched, so there is nothing substantive to flag.

🗣️ Give feedback

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