From d267051154249c19dad9da48dd561528dad4b695 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Thu, 19 May 2022 08:45:00 +0200 Subject: [PATCH] upgrade Gradle wrapper to 7.4.2 --- .github/template-cleanup/gradle.properties | 2 +- CHANGELOG.md | 2 +- README.md | 2 +- gradle.properties | 2 +- gradle/wrapper/gradle-wrapper.properties | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/template-cleanup/gradle.properties b/.github/template-cleanup/gradle.properties index cf51d7d..17c8a87 100644 --- a/.github/template-cleanup/gradle.properties +++ b/.github/template-cleanup/gradle.properties @@ -20,7 +20,7 @@ platformVersion = 2021.1.3 platformPlugins = # Gradle Releases -> https://github.com/gradle/gradle/releases -gradleVersion = 7.4.1 +gradleVersion = 7.4.2 # 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 5a8ceed..49b504a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,7 @@ - Dependencies (GitHub Actions) - upgrade `actions/setup-java` to `3` - Dependencies (GitHub Actions) - upgrade `actions/upload-artifact` to `3` - Dependencies (GitHub Actions) - upgrade `JetBrains/qodana-action` to `5.1.0` -- Upgrade Gradle Wrapper to `7.4.1` +- Upgrade Gradle Wrapper to `7.4.2` ## [1.1.2] ### Changed diff --git a/README.md b/README.md index 7fa0855..403acbb 100644 --- a/README.md +++ b/README.md @@ -342,7 +342,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.1 +> gradleVersion = 7.4.2 > ``` > and run > ```bash diff --git a/gradle.properties b/gradle.properties index d4464b8..5670186 100644 --- a/gradle.properties +++ b/gradle.properties @@ -20,7 +20,7 @@ platformVersion = 2021.1.3 platformPlugins = # Gradle Releases -> https://github.com/gradle/gradle/releases -gradleVersion = 7.4.1 +gradleVersion = 7.4.2 # 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 00e33ed..aa991fc 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.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists