diff --git a/build.gradle b/build.gradle index c5e9d2a..8efd86a 100644 --- a/build.gradle +++ b/build.gradle @@ -55,7 +55,7 @@ jacocoTestReport { } ext { - jackson_version = "2.17.1" + jackson_version = "2.17.2" junit_version = "5.10.3" } @@ -66,7 +66,7 @@ dependencies { implementation "com.fasterxml.jackson.core:jackson-databind:$jackson_version" implementation "com.fasterxml.jackson.datatype:jackson-datatype-jsr310:$jackson_version" implementation "org.openapitools:jackson-databind-nullable:0.2.6" - implementation platform("io.opentelemetry:opentelemetry-bom:1.40.0") + implementation platform("io.opentelemetry:opentelemetry-bom:1.41.0") implementation "io.opentelemetry:opentelemetry-api" } @@ -80,7 +80,7 @@ testing { implementation "org.junit.jupiter:junit-jupiter:$junit_version" implementation "org.mockito:mockito-core:5.+" runtimeOnly "org.junit.platform:junit-platform-launcher" - implementation "org.wiremock:wiremock:3.8.0" + implementation "org.wiremock:wiremock:3.9.1" // This test-only dependency is convenient but not widely used. // Review project activity before updating the version here. @@ -106,8 +106,8 @@ testing { dependencies { implementation "com.fasterxml.jackson.core:jackson-core:$jackson_version" implementation "com.fasterxml.jackson.core:jackson-databind:$jackson_version" - implementation "org.testcontainers:junit-jupiter:1.19.8" - implementation "org.testcontainers:openfga:1.19.8" + implementation "org.testcontainers:junit-jupiter:1.20.1" + implementation "org.testcontainers:openfga:1.20.1" implementation project() }