Skip to content

Commit

Permalink
GH-3027: Upgrade dependencies - 3.1.2 release
Browse files Browse the repository at this point in the history
Fixes: #3027
  • Loading branch information
sobychacko committed Feb 16, 2024
1 parent 9e9dffc commit 86e2839
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,22 +55,22 @@ ext {
googleJsr305Version = '3.0.2'
hamcrestVersion = '2.2'
hibernateValidationVersion = '8.0.1.Final'
jacksonBomVersion = '2.15.3'
jacksonBomVersion = '2.15.4'
jaywayJsonPathVersion = '2.8.0'
junit4Version = '4.13.2'
junitJupiterVersion = '5.10.1'
junitJupiterVersion = '5.10.2'
kafkaVersion = '3.6.1'
log4jVersion = '2.21.1'
micrometerDocsVersion = '1.0.2'
micrometerVersion = '1.12.2'
micrometerTracingVersion = '1.2.2'
micrometerVersion = '1.12.3'
micrometerTracingVersion = '1.2.3'
mockitoVersion = '5.6.0'
reactorVersion = '2023.0.2'
reactorVersion = '2023.0.3'
scalaVersion = '2.13'
springBootVersion = '3.2.1' // docs module
springDataVersion = '2023.1.2'
springBootVersion = '3.2.2' // docs module
springDataVersion = '2023.1.3'
springRetryVersion = '2.0.5'
springVersion = '6.1.3'
springVersion = '6.1.4'
zookeeperVersion = '3.8.3'

idPrefix = 'kafka'
Expand Down

0 comments on commit 86e2839

Please sign in to comment.