@@ -56,7 +56,7 @@ jacocoTestReport {
56
56
57
57
ext {
58
58
jackson_version = " 2.18.3"
59
- junit_version = " 5.12.0 "
59
+ junit_version = " 5.12.1 "
60
60
}
61
61
62
62
dependencies {
@@ -66,7 +66,7 @@ dependencies {
66
66
implementation " com.fasterxml.jackson.core:jackson-databind:$jackson_version "
67
67
implementation " com.fasterxml.jackson.datatype:jackson-datatype-jsr310:$jackson_version "
68
68
implementation " org.openapitools:jackson-databind-nullable:0.2.6"
69
- implementation platform(" io.opentelemetry:opentelemetry-bom:1.47 .0" )
69
+ implementation platform(" io.opentelemetry:opentelemetry-bom:1.48 .0" )
70
70
implementation " io.opentelemetry:opentelemetry-api"
71
71
}
72
72
@@ -78,9 +78,9 @@ testing {
78
78
dependencies {
79
79
implementation project()
80
80
implementation " org.junit.jupiter:junit-jupiter:$junit_version "
81
- implementation " org.mockito:mockito-core:5.15.2 "
81
+ implementation " org.mockito:mockito-core:5.16.1 "
82
82
runtimeOnly " org.junit.platform:junit-platform-launcher"
83
- implementation " org.wiremock:wiremock:3.12.0 "
83
+ implementation " org.wiremock:wiremock:3.12.1 "
84
84
85
85
// This test-only dependency is convenient but not widely used.
86
86
// Review project activity before updating the version here.
@@ -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.20.5 "
110
- implementation " org.testcontainers:openfga:1.20.5 "
109
+ implementation " org.testcontainers:junit-jupiter:1.20.6 "
110
+ implementation " org.testcontainers:openfga:1.20.6 "
111
111
implementation project()
112
112
}
113
113
0 commit comments