Merge pull request #1287 from rbleuse

* pr/1287:
  Upgrade to Gradle 7.3.1

Closes gh-1287
This commit is contained in:
Stephane Nicoll 2021-12-02 10:20:45 +01:00
commit b687815492
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

View File

@ -85,7 +85,7 @@ class GradleKtsProjectGenerationConfigurationTests {
}
static Stream<Arguments> gradleWrapperParameters() {
return Stream.of(Arguments.arguments("2.2.3.RELEASE", "6.9.1"), Arguments.arguments("2.5.0", "7.3"));
return Stream.of(Arguments.arguments("2.2.3.RELEASE", "6.9.1"), Arguments.arguments("2.5.0", "7.3.1"));
}
@ParameterizedTest(name = "Spring Boot {0}")

View File

@ -83,7 +83,7 @@ class GradleProjectGenerationConfigurationTests {
}
static Stream<Arguments> gradleWrapperParameters() {
return Stream.of(Arguments.arguments("2.2.3.RELEASE", "6.9.1"), Arguments.arguments("2.5.0", "7.3"));
return Stream.of(Arguments.arguments("2.2.3.RELEASE", "6.9.1"), Arguments.arguments("2.5.0", "7.3.1"));
}
@ParameterizedTest(name = "Spring Boot {0}")