Skip to content

Commit 1c352c4

Browse files
Dep updates for jackson, spring boot, vertx, opentelemetry (#587)
* Update jackson * Bump otel, spring-boot, vertx * Bump testcontainers. * Exclude vertx from reactiverse contextual logging
1 parent 2adbe8a commit 1c352c4

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

gradle/libs.versions.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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"
@@ -233,16 +233,16 @@
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'

sdk-http-vertx/build.gradle.kts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)