diff --git a/build.gradle b/build.gradle index 738a537a..4dd388fd 100644 --- a/build.gradle +++ b/build.gradle @@ -47,8 +47,8 @@ dependencies { implementation 'com.google.api.grpc:proto-google-common-protos:2.14.3' implementation 'com.squareup.okhttp3:okhttp:4.12.0' implementation 'com.squareup.okhttp3:logging-interceptor:4.12.0' - implementation 'com.fasterxml.jackson.core:jackson-databind:2.14.2' - implementation 'com.fasterxml.jackson.core:jackson-core:2.14.2' + implementation 'com.fasterxml.jackson.core:jackson-databind:2.15.0' + implementation 'com.fasterxml.jackson.core:jackson-core:2.15.0' implementation 'com.google.code.gson:gson:2.9.1' implementation 'io.gsonfire:gson-fire:1.8.5' implementation 'org.openapitools:jackson-databind-nullable:0.2.6' @@ -60,7 +60,7 @@ dependencies { testImplementation "org.hamcrest:hamcrest:2.2" testImplementation 'org.mockito:mockito-inline:4.8.0' testImplementation 'org.slf4j:slf4j-simple:2.0.5' - testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.14.2' + testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.15.0' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.0' testImplementation 'org.junit.platform:junit-platform-launcher:1.8.0' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.0'