@@ -55,7 +55,7 @@ jacocoTestReport {
5555}
5656
5757ext {
58- jackson_version = " 2.20.1 "
58+ jackson_version = " 2.21.0 "
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.8 "
70+ implementation " org.openapitools:jackson-databind-nullable:0.2.9 "
7171
7272 // ---- OpenTelemetry ----
73- implementation platform(" io.opentelemetry:opentelemetry-bom:1.57 .0" )
73+ implementation platform(" io.opentelemetry:opentelemetry-bom:1.59 .0" )
7474 implementation " io.opentelemetry:opentelemetry-api"
7575}
7676
@@ -81,7 +81,7 @@ testing {
8181 dependencies {
8282 implementation ' org.assertj:assertj-core:3.27.7'
8383 implementation ' org.mockito:mockito-core:5.21.0'
84- implementation ' org.junit.jupiter:junit-jupiter:5.14.1 '
84+ implementation ' org.junit.jupiter:junit-jupiter:5.14.2 '
8585 implementation ' org.wiremock:wiremock:3.13.2'
8686
8787 runtimeOnly ' org.junit.platform:junit-platform-launcher'
@@ -105,7 +105,6 @@ testing {
105105 }
106106
107107 integration(JvmTestSuite ) {
108- testType = TestSuiteType . INTEGRATION_TEST
109108 useJUnitJupiter()
110109
111110 dependencies {
@@ -144,7 +143,7 @@ testing {
144143// Ref: https://github.com/diffplug/spotless/tree/main/plugin-gradle
145144spotless {
146145 // comment out below to run spotless as part of the `check` task
147- enforceCheck false
146+ enforceCheck = false
148147 format ' misc' , {
149148 // define the files (e.g. '*.gradle', '*.md') to apply `misc` to
150149 target ' .gitignore'
0 commit comments