diff --git a/build.gradle b/build.gradle index 81e85ec8..1d6f5e4b 100644 --- a/build.gradle +++ b/build.gradle @@ -51,7 +51,7 @@ dependencies { exclude group: 'junit', module: 'junit' } } - implementation(platform("com.fasterxml.jackson:jackson-bom:2.16.1")) + implementation(platform("com.fasterxml.jackson:jackson-bom:2.17.2")) // Temporary workaround https://github.com/FasterXML/jackson-databind/issues/3428 }