Skip to content

Commit 3501200

Browse files
committed
Use Spring Framework 6.2.x by default
Closes gh-966
1 parent ddbfacb commit 3501200

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ org.gradle.parallel=true
66

77
javaFormatVersion=0.0.43
88
jmustacheVersion=1.15
9-
springFrameworkVersion=6.1.13
9+
springFrameworkVersion=6.2.7

spring-restdocs-core/build.gradle

Lines changed: 1 addition & 1 deletion
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.0.+", "6.2.+"]
89+
springFramework.versions = ["6.0.+", "6.1.+"]
9090
}
9191
}

spring-restdocs-mockmvc/build.gradle

Lines changed: 1 addition & 1 deletion
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.0.+", "6.2.+"]
29+
springFramework.versions = ["6.0.+", "6.1.+"]
3030
}
3131
}

spring-restdocs-webtestclient/build.gradle

Lines changed: 1 addition & 1 deletion
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.0.+", "6.2.+"]
28+
springFramework.versions = ["6.0.+", "6.1.+"]
2929
}
3030
}

0 commit comments

Comments
 (0)