@@ -4,7 +4,7 @@ plugins {
44 // Quality
55 id ' jacoco'
66 id ' jvm-test-suite'
7- id ' com.diffplug.spotless' version ' 7.0.2 '
7+ id ' com.diffplug.spotless' version ' 7.0.3 '
88
99 // IDE
1010 id ' idea'
6161 { {#swagger2AnnotationLibrary} }
6262 swagger_annotations_version = "2.2.9"
6363 { {/swagger2AnnotationLibrary} }
64- jackson_version = "2.18.2 "
64+ jackson_version = "2.19.0 "
6565 { {#hasFormParamsInSpec} }
6666 httpmime_version = "4.5.13"
6767 { {/hasFormParamsInSpec} }
@@ -80,7 +80,7 @@ dependencies {
8080 implementation "com.fasterxml.jackson.core:jackson-databind:$jackson_version"
8181 implementation "com.fasterxml.jackson.datatype:jackson-datatype-jsr310:$jackson_version"
8282 implementation "org.openapitools:jackson-databind-nullable:0.2.6"
83- implementation platform("io.opentelemetry:opentelemetry-bom:1.46 .0")
83+ implementation platform("io.opentelemetry:opentelemetry-bom:1.49 .0")
8484 implementation "io.opentelemetry:opentelemetry-api"
8585 { {#hasFormParamsInSpec} }
8686 implementation "org.apache.httpcomponents:httpmime:$httpmime_version"
@@ -93,9 +93,9 @@ testing {
9393 useJUnitJupiter()
9494 dependencies {
9595 implementation ' org.assertj:assertj-core:3.27.3'
96- implementation ' org.mockito:mockito-core:5.16.1 '
97- implementation ' org.junit.jupiter:junit-jupiter:5.12.1 '
98- implementation ' org.wiremock:wiremock:3.12.1 '
96+ implementation ' org.mockito:mockito-core:5.17.0 '
97+ implementation ' org.junit.jupiter:junit-jupiter:5.12.2 '
98+ implementation ' org.wiremock:wiremock:3.13.0 '
9999
100100 runtimeOnly ' org.junit.platform:junit-platform-launcher'
101101
@@ -124,8 +124,8 @@ testing {
124124 dependencies {
125125 implementation " com.fasterxml.jackson.core:jackson-core:$jackson_version"
126126 implementation " com.fasterxml.jackson.core:jackson-databind:$jackson_version"
127- implementation " org.testcontainers:junit-jupiter:1.20.4 "
128- implementation " org.testcontainers:openfga:1.20.4 "
127+ implementation " org.testcontainers:junit-jupiter:1.21.0 "
128+ implementation " org.testcontainers:openfga:1.21.0 "
129129 implementation project()
130130 }
131131
0 commit comments