Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 25, 2025

This PR contains the following updates:

Package Update Change
gradle (source) minor 8.13 -> 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.

v8.14.2

Compare Source

v8.14.1

Compare Source

v8.14

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

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.

@sonarqubecloud
Copy link

@github-actions
Copy link

github-actions bot commented Apr 25, 2025

@renovate renovate bot force-pushed the renovate/gradle-8.x branch from 485604c to fdedad9 Compare May 22, 2025 20:46
@renovate renovate bot changed the title Update dependency gradle to v8.14 Update dependency gradle to v8.14.1 May 22, 2025
@renovate renovate bot force-pushed the renovate/gradle-8.x branch from fdedad9 to 1a255e9 Compare June 5, 2025 14:26
@renovate renovate bot changed the title Update dependency gradle to v8.14.1 Update dependency gradle to v8.14.2 Jun 5, 2025
@jazzberry-ai
Copy link

jazzberry-ai bot commented Jun 5, 2025

Bug Report

Name Severity Example test case Description
Potential incompatibility with Java 1.8 Medium Check if Gradle 8.14.2 supports Java 1.8 as source and target compatibility. The Android project uses Java 1.8. Gradle 8.14.2 might have dropped support for it, leading to build failures. The project should be updated to use a more recent version of Java if necessary.
Hardcoded NDK version might be incompatible Medium Check if the hardcoded NDK version '27.0.12077973' is compatible with Gradle 8.14.2. The Android project uses a hardcoded NDK version. Gradle 8.14.2 might require a different NDK version, leading to build failures or runtime issues. The NDK version should be updated or removed to use the Gradle-managed version.
Signing Config uses hardcoded passwords High Inspect the signingConfigs block in the app's build.gradle file. The signingConfigs block uses hardcoded passwords (storepass, keypass) for the keystore. This is a security vulnerability as it exposes the signing credentials. These should be stored securely or retrieved from environment variables.

Comments? Email us. This is the last day of your free trial. Subscribe at jazzberry.ai.

@renovate renovate bot force-pushed the renovate/gradle-8.x branch from 1a255e9 to 445506e Compare July 4, 2025 19:27
@renovate renovate bot changed the title Update dependency gradle to v8.14.2 Update dependency gradle to v8.14.3 Jul 4, 2025
@sonarqubecloud
Copy link

@daohoangson daohoangson merged commit f327da1 into master Jul 14, 2025
18 checks passed
@daohoangson daohoangson deleted the renovate/gradle-8.x branch July 14, 2025 13:37
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.

2 participants