From e0047646763070f448317b9f95bdedbe9d6a4b24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Tue, 15 Mar 2022 10:23:48 +0100 Subject: [PATCH] Update Gradle Wrapper to `7.4.1` --- .github/template-cleanup/gradle.properties | 2 +- CHANGELOG.md | 1 + README.md | 2 +- gradle.properties | 2 +- gradle/wrapper/gradle-wrapper.properties | 2 +- 5 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/template-cleanup/gradle.properties b/.github/template-cleanup/gradle.properties index 8b9a501..06d8f87 100644 --- a/.github/template-cleanup/gradle.properties +++ b/.github/template-cleanup/gradle.properties @@ -23,7 +23,7 @@ platformPlugins = javaVersion = 11 # Gradle Releases -> https://github.com/gradle/gradle/releases -gradleVersion = 7.4 +gradleVersion = 7.4.1 # Opt-out flag for bundling Kotlin standard library. # See https://plugins.jetbrains.com/docs/intellij/kotlin.html#kotlin-standard-library for details. diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a262a3..3d367bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ ## [Unreleased] ### Changed - Dependencies (GitHub Actions) - upgrade `actions/checkout` to `3` +- Upgrade Gradle Wrapper to `7.4.1` ## [1.1.2] ### Changed diff --git a/README.md b/README.md index 52a4f15..2c7c96f 100644 --- a/README.md +++ b/README.md @@ -340,7 +340,7 @@ Dependabot is a bot provided by GitHub to check the build configuration files an > **NOTE:** Dependabot doesn't yet support checking of the Gradle Wrapper. > Check the [Gradle Releases][gradle-releases] page and update your `gradle.properties` file with: > ```properties -> gradleVersion = 7.4 +> gradleVersion = 7.4.1 > ``` > and run > ```bash diff --git a/gradle.properties b/gradle.properties index 91adba9..1e2d556 100644 --- a/gradle.properties +++ b/gradle.properties @@ -23,7 +23,7 @@ platformPlugins = javaVersion = 11 # Gradle Releases -> https://github.com/gradle/gradle/releases -gradleVersion = 7.4 +gradleVersion = 7.4.1 # Opt-out flag for bundling Kotlin standard library. # See https://plugins.jetbrains.com/docs/intellij/kotlin.html#kotlin-standard-library for details. diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 41dfb87..00e33ed 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.1-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists