diff --git a/algorithm-exercises-java/build.gradle b/algorithm-exercises-java/build.gradle index f97099e..235bec4 100644 --- a/algorithm-exercises-java/build.gradle +++ b/algorithm-exercises-java/build.gradle @@ -31,7 +31,7 @@ dependencies { implementation 'com.google.guava:guava:33.4.8-jre' // - implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.19.0' + implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.19.1' implementation group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: '2.19.1' implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.19.1'