File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed
Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 1010 mutiny = ' io.smallrye.reactive:mutiny:2.7.0'
1111 reactiverse-contextual-logging = ' io.reactiverse:reactiverse-contextual-logging:1.2.1'
1212 slf4j-nop = ' org.slf4j:slf4j-nop:2.0.16'
13- testcontainers = ' org.testcontainers:testcontainers:1.20 .4'
13+ testcontainers = ' org.testcontainers:testcontainers:1.21 .4'
1414 tink = ' com.google.crypto.tink:tink:1.18.0'
1515 tomcat-annotations = ' org.apache.tomcat:annotations-api:6.0.53'
1616 bytebuddy = " net.bytebuddy:byte-buddy:1.18.3"
233233 ref = ' ksp'
234234
235235[versions ]
236- jackson = ' 2.18 .4'
236+ jackson = ' 2.19 .4'
237237 junit = ' 5.14.1'
238238 kotlinx-coroutines = ' 1.10.2'
239239 kotlinx-serialization = ' 1.9.0'
240240 ksp = ' 2.2.10-2.0.2'
241241 log4j = ' 2.24.3'
242- opentelemetry = ' 1.47 .0'
242+ opentelemetry = ' 1.53 .0'
243243 protobuf = ' 4.29.3'
244244 restate = ' 2.6.0-SNAPSHOT'
245245 schema-kenerator = ' 2.1.2'
246- spring-boot = ' 3.5.10 '
247- vertx = ' 4.5.22 '
246+ spring-boot = ' 3.4.13 '
247+ vertx = ' 4.5.24 '
248248 victools-json-schema = ' 4.38.0'
Original file line number Diff line number Diff line change @@ -19,5 +19,8 @@ dependencies {
1919 // Observability
2020 implementation(libs.opentelemetry.api)
2121 implementation(libs.log4j.api)
22- implementation(libs.reactiverse.contextual.logging)
22+ implementation(libs.reactiverse.contextual.logging) {
23+ // Version of vertx is pinned above
24+ exclude(group = " io.vertx" )
25+ }
2326}
You can’t perform that action at this time.
0 commit comments