File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44 // Quality
55 id ' jacoco'
66 id ' jvm-test-suite'
7- id ' com.diffplug.spotless' version ' 7.0.4 '
7+ id ' com.diffplug.spotless' version ' 7.2.1 '
88
99 // IDE
1010 id ' idea'
@@ -55,7 +55,7 @@ jacocoTestReport {
5555}
5656
5757ext {
58- jackson_version = " 2.19.1 "
58+ jackson_version = " 2.19.2 "
5959}
6060
6161dependencies {
@@ -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.51 .0" )
68+ implementation platform(" io.opentelemetry:opentelemetry-bom:1.52 .0" )
6969 implementation " io.opentelemetry:opentelemetry-api"
7070}
7171
@@ -76,7 +76,7 @@ testing {
7676 dependencies {
7777 implementation ' org.assertj:assertj-core:3.27.3'
7878 implementation ' org.mockito:mockito-core:5.18.0'
79- implementation ' org.junit.jupiter:junit-jupiter:5.13.2 '
79+ implementation ' org.junit.jupiter:junit-jupiter:5.13.4 '
8080 implementation ' org.wiremock:wiremock:3.13.1'
8181
8282 runtimeOnly ' org.junit.platform:junit-platform-launcher'
Original file line number Diff line number Diff line change 11plugins {
22 id ' application'
3- id ' com.diffplug.spotless' version ' 7.0.4 '
3+ id ' com.diffplug.spotless' version ' 7.2.1 '
44 id ' org.jetbrains.kotlin.jvm' version ' 2.2.0'
55}
66
@@ -19,7 +19,7 @@ repositories {
1919}
2020
2121ext {
22- jacksonVersion = " 2.19.1 "
22+ jacksonVersion = " 2.19.2 "
2323}
2424
2525dependencies {
You can’t perform that action at this time.
0 commit comments