diff --git a/WeatherAPIcomLib/build.gradle b/WeatherAPIcomLib/build.gradle index 059ca48..1f29727 100644 --- a/WeatherAPIcomLib/build.gradle +++ b/WeatherAPIcomLib/build.gradle @@ -59,7 +59,7 @@ dependencies { // This dependency is exported to consumers, that is to say found on their compile classpath. api 'org.apache.commons:commons-math3:3.6.1' - implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.13.2' + implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.15.2' implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.13.2' implementation group: 'javax.annotation', name: 'javax.annotation-api', version: '1.3.2'