diff --git a/build.gradle b/build.gradle index 911fc19..ddc3324 100644 --- a/build.gradle +++ b/build.gradle @@ -48,7 +48,7 @@ dependencies { testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.12.2' // dependabot implementation("commons-beanutils:commons-beanutils:1.11.0") - implementation("com.fasterxml.jackson.core:jackson-core:2.14.1") + implementation("com.fasterxml.jackson.core:jackson-core:2.15.0") checkstyle 'com.puppycrawl.tools:checkstyle:12.0.1' }