diff --git a/algorithm-exercises-java/build.gradle b/algorithm-exercises-java/build.gradle index 4db1ae4..938fa75 100644 --- a/algorithm-exercises-java/build.gradle +++ b/algorithm-exercises-java/build.gradle @@ -31,7 +31,7 @@ dependencies { implementation 'com.google.guava:guava:33.3.1-jre' // - implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.18.1' + implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.18.2' implementation group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: '2.18.2' implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.18.2'