diff --git a/build.gradle.kts b/build.gradle.kts index ea56bae..3e6115f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -44,7 +44,7 @@ projectConfiguration { dependencies { // bom - api(platform("com.fasterxml.jackson:jackson-bom:2.16.0")) + api(platform("com.fasterxml.jackson:jackson-bom:2.16.1")) // http client implementation("com.squareup.okhttp3:okhttp:4.12.0")