diff --git a/build.gradle b/build.gradle index 0caffcd0..979ec197 100644 --- a/build.gradle +++ b/build.gradle @@ -70,7 +70,7 @@ dependencies { implementation "org.openapitools:jackson-databind-nullable:0.2.8" // ---- OpenTelemetry ---- - implementation platform("io.opentelemetry:opentelemetry-bom:1.56.0") + implementation platform("io.opentelemetry:opentelemetry-bom:1.57.0") implementation "io.opentelemetry:opentelemetry-api" } @@ -80,7 +80,7 @@ testing { useJUnitJupiter() dependencies { implementation 'org.assertj:assertj-core:3.27.6' - implementation 'org.mockito:mockito-core:5.20.0' + implementation 'org.mockito:mockito-core:5.21.0' implementation 'org.junit.jupiter:junit-jupiter:5.14.1' implementation 'org.wiremock:wiremock:3.13.2' @@ -114,8 +114,8 @@ testing { implementation "com.fasterxml.jackson.core:jackson-core" implementation "com.fasterxml.jackson.core:jackson-databind" - implementation "org.testcontainers:testcontainers-junit-jupiter:2.0.2" - implementation "org.testcontainers:testcontainers-openfga:2.0.2" + implementation "org.testcontainers:testcontainers-junit-jupiter:2.0.3" + implementation "org.testcontainers:testcontainers-openfga:2.0.3" implementation project() }