Skip to content

Commit 6fba942

Browse files
committed
Fix wrong dep versions
* Use Micrometer Tracing `1.6.0` instead of auto-updated by Dependabot `1.6.1-SNAPSHOT` * Same fix for Reactor `2025.0.0` instead of auto-updated by Dependabot `2025.0.1-SNAPSHOT`
1 parent 64bd123 commit 6fba942

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@ ext {
4848
log4jVersion = '2.25.2'
4949
logbackVersion = '1.5.20'
5050
micrometerDocsVersion = '1.0.4'
51-
micrometerVersion = '1.16.0-SNAPSHOT'
52-
micrometerTracingVersion = '1.6.1-SNAPSHOT'
51+
micrometerVersion = '1.16.0'
52+
micrometerTracingVersion = '1.6.0'
5353
mockitoVersion = '5.20.0'
5454
rabbitmqAmqpClientVersion = '0.7.0'
5555
rabbitmqStreamVersion = '1.3.0'
5656
rabbitmqVersion = '5.27.1'
57-
reactorVersion = '2025.0.1-SNAPSHOT'
57+
reactorVersion = '2025.0.0'
5858
springDataVersion = '2025.1.0-SNAPSHOT'
5959
springVersion = '7.0.0-SNAPSHOT'
6060
testcontainersVersion = '2.0.1'

0 commit comments

Comments
 (0)