@@ -4,7 +4,7 @@ plugins {
4
4
// Quality
5
5
id ' jacoco'
6
6
id ' jvm-test-suite'
7
- id ' com.diffplug.spotless' version ' 7.0.3 '
7
+ id ' com.diffplug.spotless' version ' 7.0.4 '
8
8
9
9
// IDE
10
10
id ' idea'
@@ -65,7 +65,7 @@ dependencies {
65
65
implementation " com.fasterxml.jackson.core:jackson-databind:$jackson_version "
66
66
implementation " com.fasterxml.jackson.datatype:jackson-datatype-jsr310:$jackson_version "
67
67
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" )
69
69
implementation " io.opentelemetry:opentelemetry-api"
70
70
}
71
71
@@ -75,8 +75,8 @@ testing {
75
75
useJUnitJupiter()
76
76
dependencies {
77
77
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 '
80
80
implementation ' org.wiremock:wiremock:3.13.0'
81
81
82
82
runtimeOnly ' org.junit.platform:junit-platform-launcher'
@@ -106,8 +106,8 @@ testing {
106
106
dependencies {
107
107
implementation " com.fasterxml.jackson.core:jackson-core:$jackson_version "
108
108
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 "
111
111
implementation project()
112
112
}
113
113
0 commit comments