Skip to content

Commit 8ce90d9

Browse files
committed
Use Spring Framework 6.2.x by default
Closes gh-1684
1 parent cc83aa0 commit 8ce90d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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
versionUpgradePolicy=same_minor_version
77

88
compatibilityTestPluginVersion=0.0.4
9-
springFrameworkVersion=6.1.21
9+
springFrameworkVersion=6.2.11

spring-ws-core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,6 @@ dependencies {
7979
compatibilityTest {
8080
dependency("Spring Framework") { springFramework ->
8181
springFramework.groupId = "org.springframework"
82-
springFramework.versions = ["6.0.+", "6.2.+"]
82+
springFramework.versions = ["6.0.+", "6.1.+"]
8383
}
8484
}

0 commit comments

Comments
 (0)