diff --git a/algorithm-exercises-java/build.gradle b/algorithm-exercises-java/build.gradle index 85e1a8f..4db1ae4 100644 --- a/algorithm-exercises-java/build.gradle +++ b/algorithm-exercises-java/build.gradle @@ -33,7 +33,7 @@ dependencies { // implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.18.1' 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.1' + implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.18.2' }