Skip to content

Update dependency gradle to v8.14.3#18

Merged
renovate[bot] merged 1 commit intodevelopfrom
renovate/gradle-8.x
Jul 4, 2025
Merged

Update dependency gradle to v8.14.3#18
renovate[bot] merged 1 commit intodevelopfrom
renovate/gradle-8.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jul 4, 2025

This PR contains the following updates:

Package Update Change
gradle (source) patch 8.14.2 -> 8.14.3

Warning

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


Release Notes

gradle/gradle (gradle)

v8.14.3: 8.14.3

Compare Source

The Gradle team is excited to announce Gradle 8.14.3.

This is a patch release for 8.14. We recommend using 8.14.3 instead of 8.14.

Here are the highlights of this release:

  • Java 24 support
  • GraalVM Native Image toolchain selection
  • Enhancements to test reporting
  • Build Authoring improvements

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Aurimas,
Ben Bader,
Björn Kautler,
chandre92,
Daniel Hammer,
Danish Nawab,
Florian Dreier,
Ivy Chen,
Jendrik Johannes,
jimmy1995-gu,
Madalin Valceleanu,
Na Minhyeok.

Upgrade instructions

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

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

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


Configuration

📅 Schedule: 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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 Renovate label Jul 4, 2025
@renovate renovate Bot merged commit 1e31852 into develop Jul 4, 2025
5 checks passed
@renovate renovate Bot deleted the renovate/gradle-8.x branch July 4, 2025 21:10
theEvilReaper pushed a commit that referenced this pull request Jul 8, 2025
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
theEvilReaper added a commit that referenced this pull request Jul 8, 2025
* Add test for the new provider

* Fix tests

* Move TestMapProvider class

* Update dependency gradle to v8.14.1

* Update dependency gradle to v8.14.2 (#16)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Add builder pattern to create a BaseMap reference (#17)

* Move provider part into a dedicated package

* Update import

* Add builder pattern for the BaseMap class

* Add static method to access the new builder

* Add modern variant of the FileHandler (#15)

* Deprecate FileHandler and GsonFileHandler; introduce ModernFileHandler and ModernGsonFileHandler

* Update ModernFileHandler and ModernGsonFileHandler to remove unused parameters and increment version to 1.9.0; add unit tests for ModernFileHandler

* Update version to 1.9.0 in build.gradle.kts

* Cleanup empty lines

---------

Co-authored-by: theEvilReaper <steffenwx@gmail.com>

* Update readme content

* Update dependency gradle to v8.14.3 (#18)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Remove refresh method (#21)

* Deprecate static methods (#20)

* Add 1.21.5 support (#19)

* Switch to a 1.21.5 snapshot

* Deprecate a constant value

* Rework inventory click handling to work with the latest version of Minestom

* Remove logger usage

* Improve switch expression usage

* Remove instance field

* Use existing event node and remove own definition

* Improve exception handling

* Fix ItemStackGsonTypeAdapter

* Update exception test case

* Update component import and usage

* Remove title variable in the update method and cleanup code

* Remove unused import

* Cleanup imports

* Update minestom to the latest 1.21.5 release

* Update RegistryKey usage

* Update minestom version

* Disable test which runs to long

* Update bom and migrate Minestom usage

* Fix documentation

* Update since content in the Deprecated annotation

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Phillipp Glanz <6745190+TheMeinerLP@users.noreply.github.com>
TheMeinerLP added a commit that referenced this pull request Jul 13, 2025
* Add test for the new provider

* Fix tests

* Move TestMapProvider class

* Update dependency gradle to v8.14.1

* Update dependency gradle to v8.14.2 (#16)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Add builder pattern to create a BaseMap reference (#17)

* Move provider part into a dedicated package

* Update import

* Add builder pattern for the BaseMap class

* Add static method to access the new builder

* Add modern variant of the FileHandler (#15)

* Deprecate FileHandler and GsonFileHandler; introduce ModernFileHandler and ModernGsonFileHandler

* Update ModernFileHandler and ModernGsonFileHandler to remove unused parameters and increment version to 1.9.0; add unit tests for ModernFileHandler

* Update version to 1.9.0 in build.gradle.kts

* Cleanup empty lines

---------

Co-authored-by: theEvilReaper <steffenwx@gmail.com>

* Update readme content

* Update dependency gradle to v8.14.3 (#18)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Remove refresh method (#21)

* Deprecate static methods (#20)

* Add 1.21.5 support (#19)

* Switch to a 1.21.5 snapshot

* Deprecate a constant value

* Rework inventory click handling to work with the latest version of Minestom

* Remove logger usage

* Improve switch expression usage

* Remove instance field

* Use existing event node and remove own definition

* Improve exception handling

* Fix ItemStackGsonTypeAdapter

* Update exception test case

* Update component import and usage

* Remove title variable in the update method and cleanup code

* Remove unused import

* Cleanup imports

* Update minestom to the latest 1.21.5 release

* Update RegistryKey usage

* Update minestom version

* Disable test which runs to long

* Update bom and migrate Minestom usage

* Fix documentation

* Update since content in the Deprecated annotation

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Phillipp Glanz <6745190+TheMeinerLP@users.noreply.github.com>
theEvilReaper added a commit that referenced this pull request Aug 17, 2025
* Add test for the new provider

* Fix tests

* Move TestMapProvider class

* Update dependency gradle to v8.14.1

* Update dependency gradle to v8.14.2 (#16)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Add builder pattern to create a BaseMap reference (#17)

* Move provider part into a dedicated package

* Update import

* Add builder pattern for the BaseMap class

* Add static method to access the new builder

* Add modern variant of the FileHandler (#15)

* Deprecate FileHandler and GsonFileHandler; introduce ModernFileHandler and ModernGsonFileHandler

* Update ModernFileHandler and ModernGsonFileHandler to remove unused parameters and increment version to 1.9.0; add unit tests for ModernFileHandler

* Update version to 1.9.0 in build.gradle.kts

* Cleanup empty lines

---------

Co-authored-by: theEvilReaper <steffenwx@gmail.com>

* Update readme content

* Update dependency gradle to v8.14.3 (#18)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Remove refresh method (#21)

* Deprecate static methods (#20)

* Add 1.21.5 support (#19)

* Switch to a 1.21.5 snapshot

* Deprecate a constant value

* Rework inventory click handling to work with the latest version of Minestom

* Remove logger usage

* Improve switch expression usage

* Remove instance field

* Use existing event node and remove own definition

* Improve exception handling

* Fix ItemStackGsonTypeAdapter

* Update exception test case

* Update component import and usage

* Remove title variable in the update method and cleanup code

* Remove unused import

* Cleanup imports

* Update minestom to the latest 1.21.5 release

* Update RegistryKey usage

* Update minestom version

* Disable test which runs to long

* Update bom and migrate Minestom usage

* Fix documentation

* Update since content in the Deprecated annotation

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Phillipp Glanz <6745190+TheMeinerLP@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants