Skip to content

Commit f3bf1f0

Browse files
committed
Reverting to Spring Framework 6.2.0-RC1
- To address a temporary test issue, revert SF version to `6.2.0-RC1` from snapshot
1 parent 8efc478 commit f3bf1f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ ext {
7070
springBootVersion = '3.3.4' // docs module
7171
springDataVersion = '2024.0.4'
7272
springRetryVersion = '2.0.9'
73-
springVersion = '6.2.0-SNAPSHOT'
73+
springVersion = '6.2.0-RC1'
7474
zookeeperVersion = '3.8.4'
7575

7676
idPrefix = 'kafka'

0 commit comments

Comments
 (0)