diff --git a/build.gradle b/build.gradle index 203589c..f9f9075 100644 --- a/build.gradle +++ b/build.gradle @@ -29,7 +29,7 @@ subprojects { dependencyManagement { imports { mavenBom "org.springframework.boot:spring-boot-dependencies:4.1.0" - mavenBom "tools.jackson:jackson-bom:3.2.0" + mavenBom "tools.jackson:jackson-bom:3.2.1" } }