upgrade Gradle wrapper to 7.4.2

This commit is contained in:
Yann Cébron
2022-05-19 08:45:00 +02:00
committed by Jakub Chrzanowski
parent 06795471f0
commit d267051154
5 changed files with 5 additions and 5 deletions

View File

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