Skip to content

Commit d17f11d

Browse files
dreis2211wilkinsona
authored andcommitted
Test the Gradle Plugin against Gradle 5.6.3
See spring-projectsgh-18648
1 parent 9c5ee11 commit d17f11d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/test/java/org/springframework/boot/gradle/junit/GradleCompatibilitySuite.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
public final class GradleCompatibilitySuite extends Suite {
4040

4141
private static final List<String> GRADLE_VERSIONS = Arrays.asList("default", "4.5.1", "4.6", "4.7", "4.8.1", "4.9",
42-
"4.10.3", "5.0", "5.1.1", "5.2.1", "5.3.1", "5.4.1", "5.5.1", "5.6.2");
42+
"4.10.3", "5.0", "5.1.1", "5.2.1", "5.3.1", "5.4.1", "5.5.1", "5.6.3");
4343

4444
public GradleCompatibilitySuite(Class<?> clazz) throws InitializationError {
4545
super(clazz, createRunners(clazz));

0 commit comments

Comments
 (0)