File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
spring-restdocs-webtestclient Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ org.gradle.parallel=true
66
77javaFormatVersion =0.0.43
88jmustacheVersion =1.15
9- springFrameworkVersion =6.1.13
9+ springFrameworkVersion =6.2.7
Original file line number Diff line number Diff line change @@ -86,6 +86,6 @@ components.java.withVariantsFromConfiguration(configurations.testFixturesRuntime
8686compatibilityTest {
8787 dependency(" Spring Framework" ) { springFramework ->
8888 springFramework. groupId = " org.springframework"
89- springFramework. versions = [" 6.0.+" , " 6.2 .+" ]
89+ springFramework. versions = [" 6.0.+" , " 6.1 .+" ]
9090 }
9191}
Original file line number Diff line number Diff line change @@ -26,6 +26,6 @@ dependencies {
2626compatibilityTest {
2727 dependency(" Spring Framework" ) { springFramework ->
2828 springFramework. groupId = " org.springframework"
29- springFramework. versions = [" 6.0.+" , " 6.2 .+" ]
29+ springFramework. versions = [" 6.0.+" , " 6.1 .+" ]
3030 }
3131}
Original file line number Diff line number Diff line change @@ -25,6 +25,6 @@ dependencies {
2525compatibilityTest {
2626 dependency(" Spring Framework" ) { springFramework ->
2727 springFramework. groupId = " org.springframework"
28- springFramework. versions = [" 6.0.+" , " 6.2 .+" ]
28+ springFramework. versions = [" 6.0.+" , " 6.1 .+" ]
2929 }
3030}
You can’t perform that action at this time.
0 commit comments