From 1ec609b25a1f991607ece93b5f5250f600eef542 Mon Sep 17 00:00:00 2001 From: Jakub Chrzanowski Date: Wed, 10 Nov 2021 14:06:37 +0100 Subject: [PATCH] Upgrade Gradle Wrapper to `7.3` --- .github/template-cleanup/gradle.properties | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/template-cleanup/gradle.properties b/.github/template-cleanup/gradle.properties index 87fc671..0a309e4 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.2 +gradleVersion = 7.3 # 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/README.md b/README.md index f07d399..06dd7c4 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.2 +> gradleVersion = 7.3 > ``` > and run > ```bash