@@ -55,7 +55,7 @@ jacocoTestReport {
5555}
5656
5757ext {
58- jackson_version = " 2.20.0 "
58+ jackson_version = " 2.20.1 "
5959}
6060
6161dependencies {
@@ -67,10 +67,10 @@ dependencies {
6767 implementation " com.fasterxml.jackson.core:jackson-annotations"
6868 implementation " com.fasterxml.jackson.core:jackson-databind"
6969 implementation " com.fasterxml.jackson.datatype:jackson-datatype-jsr310"
70- implementation " org.openapitools:jackson-databind-nullable:0.2.7 "
70+ implementation " org.openapitools:jackson-databind-nullable:0.2.8 "
7171
7272 // ---- OpenTelemetry ----
73- implementation platform(" io.opentelemetry:opentelemetry-bom:1.54.1 " )
73+ implementation platform(" io.opentelemetry:opentelemetry-bom:1.56.0 " )
7474 implementation " io.opentelemetry:opentelemetry-api"
7575}
7676
@@ -81,8 +81,8 @@ testing {
8181 dependencies {
8282 implementation ' org.assertj:assertj-core:3.27.6'
8383 implementation ' org.mockito:mockito-core:5.20.0'
84- implementation ' org.junit.jupiter:junit-jupiter:5.14.0 '
85- implementation ' org.wiremock:wiremock:3.13.1 '
84+ implementation ' org.junit.jupiter:junit-jupiter:5.14.1 '
85+ implementation ' org.wiremock:wiremock:3.13.2 '
8686
8787 runtimeOnly ' org.junit.platform:junit-platform-launcher'
8888
@@ -114,8 +114,8 @@ testing {
114114 implementation " com.fasterxml.jackson.core:jackson-core"
115115 implementation " com.fasterxml.jackson.core:jackson-databind"
116116
117- implementation " org.testcontainers:testcontainers-junit-jupiter:2.0.1 "
118- implementation " org.testcontainers:testcontainers-openfga:2.0.1 "
117+ implementation " org.testcontainers:testcontainers-junit-jupiter:2.0.2 "
118+ implementation " org.testcontainers:testcontainers-openfga:2.0.2 "
119119 implementation project()
120120 }
121121
0 commit comments