Skip to content

Commit 609bf21

Browse files
committed
Use Spring Framework 6.1.x by default
Closes gh-941
1 parent 0ba538c commit 609bf21

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ org.gradle.parallel=true
66

77
javaFormatVersion=0.0.41
88
jmustacheVersion=1.15
9-
springFrameworkVersion=6.0.14
9+
springFrameworkVersion=6.1.13

spring-restdocs-core/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,6 @@ components.java.withVariantsFromConfiguration(configurations.testFixturesRuntime
8686
compatibilityTest {
8787
dependency("Spring Framework") { springFramework ->
8888
springFramework.groupId = "org.springframework"
89-
springFramework.versions = ["6.1.+", "6.2.+"]
89+
springFramework.versions = ["6.0.+", "6.2.+"]
9090
}
9191
}

spring-restdocs-mockmvc/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ dependencies {
2626
compatibilityTest {
2727
dependency("Spring Framework") { springFramework ->
2828
springFramework.groupId = "org.springframework"
29-
springFramework.versions = ["6.1.+", "6.2.+"]
29+
springFramework.versions = ["6.0.+", "6.2.+"]
3030
}
3131
}

spring-restdocs-webtestclient/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ dependencies {
2525
compatibilityTest {
2626
dependency("Spring Framework") { springFramework ->
2727
springFramework.groupId = "org.springframework"
28-
springFramework.versions = ["6.1.+", "6.2.+"]
28+
springFramework.versions = ["6.0.+", "6.2.+"]
2929
}
3030
}

0 commit comments

Comments
 (0)