diff --git a/build.gradle b/build.gradle index c3ad177..f026a7d 100644 --- a/build.gradle +++ b/build.gradle @@ -61,7 +61,7 @@ dependencies { // using older dependencies to not force upgrades on services that might not be able to // handle them. Need to upgrade the services and then upgrade here implementation 'ch.qos.logback:logback-classic:1.1.2' - implementation 'com.fasterxml.jackson.core:jackson-databind:2.5.4' + implementation 'com.fasterxml.jackson.core:jackson-databind:2.19.2' implementation 'org.slf4j:slf4j-api:1.7.25' testImplementation 'org.ini4j:ini4j:0.5.2'