Skip to content

Commit b951e70

Browse files
committed
Merge branch '2.1.x'
Closes spring-projectsgh-18850
2 parents 733467e + 6fbac04 commit b951e70

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/GradleCompatibilityExtension.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
public final class GradleCompatibilityExtension implements TestTemplateInvocationContextProvider {
4040

4141
private static final List<String> GRADLE_VERSIONS = Arrays.asList("default", "5.0", "5.1.1", "5.2.1", "5.3.1",
42-
"5.4.1", "5.5.1", "5.6.3");
42+
"5.4.1", "5.5.1", "5.6.4");
4343

4444
@Override
4545
public Stream<TestTemplateInvocationContext> provideTestTemplateInvocationContexts(ExtensionContext context) {

0 commit comments

Comments
 (0)