Skip to content

Commit c13dc92

Browse files
committed
Test against Gradle 7.6.5
Closes gh-45998
1 parent c96d674 commit c13dc92

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-tools/spring-boot-gradle-test-support/src/main/java/org/springframework/boot/testsupport/gradle/testkit

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-tools/spring-boot-gradle-test-support/src/main/java/org/springframework/boot/testsupport/gradle/testkit/GradleVersions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public static List<String> allCompatible() {
4242
if (isJavaVersion(JavaVersion.VERSION_21)) {
4343
return Arrays.asList("8.5", GradleVersion.current().getVersion());
4444
}
45-
return Arrays.asList("7.6.4", "8.3", GradleVersion.current().getVersion());
45+
return Arrays.asList("7.6.5", "8.3", GradleVersion.current().getVersion());
4646
}
4747

4848
public static String minimumCompatible() {

0 commit comments

Comments
 (0)