Skip to content

Commit

Permalink
Upgrade Spring deps to GAs; prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
artembilan committed Nov 18, 2024
1 parent 5a0add9 commit efbd396
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,15 @@ ext {
kotlinCoroutinesVersion = '1.8.1'
log4jVersion = '2.24.1'
micrometerDocsVersion = '1.0.4'
micrometerVersion = '1.14.0-SNAPSHOT'
micrometerTracingVersion = '1.4.0-SNAPSHOT'
micrometerVersion = '1.14.1'
micrometerTracingVersion = '1.4.0'
mockitoVersion = '5.14.2'
reactorVersion = '2024.0.0-SNAPSHOT'
reactorVersion = '2024.0.0'
scalaVersion = '2.13'
springBootVersion = '3.3.5' // docs module
springDataVersion = '2024.1.0-SNAPSHOT'
springDataVersion = '2024.1.0'
springRetryVersion = '2.0.10'
springVersion = '6.2.0-SNAPSHOT'
springVersion = '6.2.0'
zookeeperVersion = '3.8.4'

idPrefix = 'kafka'
Expand Down

0 comments on commit efbd396

Please sign in to comment.