diff --git a/build.gradle.kts b/build.gradle.kts index 04d09c4..35b12c6 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -41,7 +41,7 @@ repositories { dependencies { checkstyle("ca.stellardrift:stylecheck:0.1") compileOnlyApi("org.checkerframework:checker-qual:3.14.0") - implementation(platform("com.fasterxml.jackson:jackson-bom:2.12.3")) + implementation(platform("com.fasterxml.jackson:jackson-bom:2.13.4.20221013")) implementation("com.fasterxml.jackson.core:jackson-databind") implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310") implementation("com.google.guava:guava:30.1.1-jre")