Skip to content

Commit 31fada6

Browse files
committed
Start building against Spring Framework 6.2.0 snapshots
See gh-42562
1 parent 033b4d8 commit 31fada6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ mavenVersion=3.9.4
1919
mockitoVersion=5.13.0
2020
nativeBuildToolsVersion=0.10.3
2121
snakeYamlVersion=2.3
22-
springFrameworkVersion=6.2.0-RC1
22+
springFrameworkVersion=6.2.0-SNAPSHOT
2323
springFramework60xVersion=6.0.23
2424
tomcatVersion=10.1.30
2525

spring-boot-project/spring-boot-test/src/test/java/org/springframework/boot/test/context/nestedtests/InheritedNestedTestConfigurationTests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
package org.springframework.boot.test.context.nestedtests;
1818

19+
import org.junit.jupiter.api.Disabled;
1920
import org.junit.jupiter.api.Nested;
2021
import org.junit.jupiter.api.Test;
2122

@@ -39,6 +40,7 @@
3940
*/
4041
@SpringBootTest(classes = AppConfiguration.class)
4142
@Import(ActionPerformer.class)
43+
@Disabled("https://github.com/spring-projects/spring-framework/issues/33676")
4244
class InheritedNestedTestConfigurationTests {
4345

4446
@MockitoBean

0 commit comments

Comments
 (0)