Skip to content

Commit

Permalink
GH-3026: Update dependencies for release
Browse files Browse the repository at this point in the history
Fixes: #3026
  • Loading branch information
sobychacko committed Feb 16, 2024
1 parent 9e08c7c commit f968c34
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,13 @@ ext {
micrometerVersion = '1.10.13'
micrometerTracingVersion = '1.0.12'
mockitoVersion = '4.8.1'
reactorVersion = '2022.0.13'
reactorVersion = '2022.0.16'
scalaVersion = '2.13'
springBootVersion = '3.0.12' // docs module
springDataVersion = '2022.0.12'
springRetryVersion = '2.0.4'
springVersion = '6.0.14'
zookeeperVersion = '3.6.3'
springRetryVersion = '2.0.5'
springVersion = '6.0.17'
zookeeperVersion = '3.6.4'

idPrefix = 'kafka'

Expand Down

0 comments on commit f968c34

Please sign in to comment.