Skip to content

Commit

Permalink
Upgrade Spring Framework, Data, Reactor, Micrometer Versions (#2682)
Browse files Browse the repository at this point in the history
  • Loading branch information
garyrussell authored May 15, 2023
1 parent c2912f1 commit 9ce2e7b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,15 @@ ext {
kafkaVersion = '3.3.2'
log4jVersion = '2.19.0'
micrometerDocsVersion = "1.0.1"
micrometerVersion = '1.10.6'
micrometerTracingVersion = '1.0.4'
micrometerVersion = '1.10.7'
micrometerTracingVersion = '1.0.6'
mockitoVersion = '4.8.1'
reactorVersion = '2022.0.6'
reactorVersion = '2022.0.7'
scalaVersion = '2.13'
springBootVersion = '3.0.5' // docs module
springDataVersion = '2022.0.5'
springBootVersion = '3.0.6' // docs module
springDataVersion = '2022.0.6'
springRetryVersion = '2.0.1'
springVersion = '6.0.8'
springVersion = '6.0.9'
zookeeperVersion = '3.6.3'

idPrefix = 'kafka'
Expand Down

0 comments on commit 9ce2e7b

Please sign in to comment.