Skip to content

Commit 66b5c39

Browse files
committed
Upgrade Spring Framework, Reactor Versions
1 parent 0b376c9 commit 66b5c39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,12 @@ ext {
6262
log4jVersion = '2.17.1'
6363
micrometerVersion = '1.5.17'
6464
mockitoVersion = '3.3.3'
65-
reactorVersion = 'Dysprosium-SR24'
65+
reactorVersion = 'Dysprosium-SR25'
6666
scalaVersion = '2.12'
6767
scalaLibVersion = '2.12.11'
6868
springDataCommonsVersion = '2.3.9.RELEASE'
6969
springRetryVersion = '1.2.5.RELEASE'
70-
springVersion = '5.2.18.RELEASE'
70+
springVersion = '5.2.19.RELEASE'
7171

7272
idPrefix = 'kafka'
7373
}

0 commit comments

Comments
 (0)