Skip to content

Commit

Permalink
Fix Micrometer deps for GA versions
Browse files Browse the repository at this point in the history
  • Loading branch information
artembilan committed May 20, 2024
1 parent 492a395 commit 899598a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ ext {
lettuceVersion = '6.3.2.RELEASE'
log4jVersion = '2.23.1'
mailVersion = '2.0.3'
micrometerTracingVersion = '1.3.1-SNAPSHOT'
micrometerVersion = '1.13.1-SNAPSHOT'
micrometerTracingVersion = '1.3.0'
micrometerVersion = '1.13.0'
mockitoVersion = '5.11.0'
mongoDriverVersion = '5.0.1'
mysqlVersion = '8.3.0'
Expand Down

0 comments on commit 899598a

Please sign in to comment.