Upgrade Gradle Wrapper to 7.3

This commit is contained in:
Jakub Chrzanowski
2021-11-10 14:06:37 +01:00
committed by Jakub Chrzanowski
parent 3960a508a2
commit 1ec609b25a
2 changed files with 2 additions and 2 deletions

View File

@@ -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