diff --git a/core-websdk/data/build.gradle.kts b/core-websdk/data/build.gradle.kts index 351fc3ec..b75dd7dd 100644 --- a/core-websdk/data/build.gradle.kts +++ b/core-websdk/data/build.gradle.kts @@ -10,5 +10,5 @@ java { dependencies { implementation("com.google.code.gson:gson:2.11.0") - implementation("com.fasterxml.jackson.core:jackson-databind:2.18.1") + implementation("com.fasterxml.jackson.core:jackson-databind:2.18.2") } \ No newline at end of file