Skip to content

Commit 427de4a

Browse files
committed
Update Spring Framework to 6.1.0-M3
1 parent 0afde4b commit 427de4a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

buildSrc/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ configurations {
3838
}
3939
}
4040

41+
ext.set("springFrameworkVersion", "6.0.10")
42+
4143
dependencies {
4244
implementation localGroovy()
4345
implementation 'commons-codec:commons-codec:1.15'

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pulsarClientReactiveVersion=0.3.0
1010
# only used by docs, tests, and samples (unpublished deps)
1111
springBootVersion=3.2.0-SNAPSHOT
1212

13-
springFrameworkVersion=6.0.9
13+
springFrameworkVersion=6.1.0-M3
1414

1515
# these are temp until autoconfig moves into boot
1616
springPulsarStarterVersion=0.2.1-SNAPSHOT

0 commit comments

Comments
 (0)