diff --git a/obs-agent-core/build.gradle b/obs-agent-core/build.gradle index 1609e93..75fb475 100644 --- a/obs-agent-core/build.gradle +++ b/obs-agent-core/build.gradle @@ -9,7 +9,7 @@ test { dependencies { implementation 'net.bytebuddy:byte-buddy:1.18.11' implementation 'net.bytebuddy:byte-buddy-agent:1.18.11' - implementation 'com.fasterxml.jackson.core:jackson-databind:2.22.1' + implementation 'com.fasterxml.jackson.core:jackson-databind:2.22.2' compileOnly 'org.slf4j:slf4j-api:1.7.36' compileOnly 'javax.servlet:javax.servlet-api:4.0.1' compileOnly 'jakarta.servlet:jakarta.servlet-api:6.0.0'