File tree 4 files changed +4
-4
lines changed
spring-restdocs-webtestclient
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
6
6
7
7
javaFormatVersion =0.0.41
8
8
jmustacheVersion =1.15
9
- springFrameworkVersion =6.0.14
9
+ springFrameworkVersion =6.1.13
Original file line number Diff line number Diff line change @@ -86,6 +86,6 @@ components.java.withVariantsFromConfiguration(configurations.testFixturesRuntime
86
86
compatibilityTest {
87
87
dependency(" Spring Framework" ) { springFramework ->
88
88
springFramework. groupId = " org.springframework"
89
- springFramework. versions = [" 6.1 .+" , " 6.2.+" ]
89
+ springFramework. versions = [" 6.0 .+" , " 6.2.+" ]
90
90
}
91
91
}
Original file line number Diff line number Diff line change @@ -26,6 +26,6 @@ dependencies {
26
26
compatibilityTest {
27
27
dependency(" Spring Framework" ) { springFramework ->
28
28
springFramework. groupId = " org.springframework"
29
- springFramework. versions = [" 6.1 .+" , " 6.2.+" ]
29
+ springFramework. versions = [" 6.0 .+" , " 6.2.+" ]
30
30
}
31
31
}
Original file line number Diff line number Diff line change @@ -25,6 +25,6 @@ dependencies {
25
25
compatibilityTest {
26
26
dependency(" Spring Framework" ) { springFramework ->
27
27
springFramework. groupId = " org.springframework"
28
- springFramework. versions = [" 6.1 .+" , " 6.2.+" ]
28
+ springFramework. versions = [" 6.0 .+" , " 6.2.+" ]
29
29
}
30
30
}
You can’t perform that action at this time.
0 commit comments