diff --git a/algorithm-exercises-java/build.gradle b/algorithm-exercises-java/build.gradle index 860f431..f103afd 100644 --- a/algorithm-exercises-java/build.gradle +++ b/algorithm-exercises-java/build.gradle @@ -31,9 +31,9 @@ dependencies { implementation 'com.google.guava:guava:33.5.0-jre' // - implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.20.0' + implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.20.1' implementation group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: '2.20' - implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.20.0' + implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.20.1' }