diff --git a/algorithm-exercises-java/build.gradle b/algorithm-exercises-java/build.gradle index e173988..3dfe2ce 100644 --- a/algorithm-exercises-java/build.gradle +++ b/algorithm-exercises-java/build.gradle @@ -32,7 +32,7 @@ dependencies { // implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.21.0' - implementation group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: '2.20' + implementation group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: '2.21' implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.21.0' }