@@ -4,7 +4,7 @@ plugins {
44 // Quality
55 id ' jacoco'
66 id ' jvm-test-suite'
7- id ' com.diffplug.spotless' version ' 7.0.3 '
7+ id ' com.diffplug.spotless' version ' 7.0.4 '
88
99 // IDE
1010 id ' idea'
@@ -65,7 +65,7 @@ dependencies {
6565 implementation " com.fasterxml.jackson.core:jackson-databind:$jackson_version "
6666 implementation " com.fasterxml.jackson.datatype:jackson-datatype-jsr310:$jackson_version "
6767 implementation " org.openapitools:jackson-databind-nullable:0.2.6"
68- implementation platform(" io.opentelemetry:opentelemetry-bom:1.49 .0" )
68+ implementation platform(" io.opentelemetry:opentelemetry-bom:1.50 .0" )
6969 implementation " io.opentelemetry:opentelemetry-api"
7070}
7171
@@ -75,8 +75,8 @@ testing {
7575 useJUnitJupiter()
7676 dependencies {
7777 implementation ' org.assertj:assertj-core:3.27.3'
78- implementation ' org.mockito:mockito-core:5.17 .0'
79- implementation ' org.junit.jupiter:junit-jupiter:5.12.2 '
78+ implementation ' org.mockito:mockito-core:5.18 .0'
79+ implementation ' org.junit.jupiter:junit-jupiter:5.13.0 '
8080 implementation ' org.wiremock:wiremock:3.13.0'
8181
8282 runtimeOnly ' org.junit.platform:junit-platform-launcher'
@@ -106,8 +106,8 @@ testing {
106106 dependencies {
107107 implementation " com.fasterxml.jackson.core:jackson-core:$jackson_version "
108108 implementation " com.fasterxml.jackson.core:jackson-databind:$jackson_version "
109- implementation " org.testcontainers:junit-jupiter:1.21.0 "
110- implementation " org.testcontainers:openfga:1.21.0 "
109+ implementation " org.testcontainers:junit-jupiter:1.21.1 "
110+ implementation " org.testcontainers:openfga:1.21.1 "
111111 implementation project()
112112 }
113113
0 commit comments