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