From b1d81fe4024ca6af1a50ca2093e52164ee070aa7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 13:14:50 +0000 Subject: [PATCH] build(deps): bump org.slf4j:slf4j-api from 1.7.36 to 2.0.18 Bumps org.slf4j:slf4j-api from 1.7.36 to 2.0.18. --- updated-dependencies: - dependency-name: org.slf4j:slf4j-api dependency-version: 2.0.18 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- obs-agent-core/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/obs-agent-core/build.gradle b/obs-agent-core/build.gradle index 982afcf..8916783 100644 --- a/obs-agent-core/build.gradle +++ b/obs-agent-core/build.gradle @@ -10,7 +10,7 @@ dependencies { implementation 'net.bytebuddy:byte-buddy:1.14.18' implementation 'net.bytebuddy:byte-buddy-agent:1.14.18' implementation 'com.fasterxml.jackson.core:jackson-databind:2.16.1' - compileOnly 'org.slf4j:slf4j-api:1.7.36' + compileOnly 'org.slf4j:slf4j-api:2.0.18' compileOnly 'javax.servlet:javax.servlet-api:4.0.1' compileOnly 'jakarta.servlet:jakarta.servlet-api:6.0.0' compileOnly 'ch.qos.logback:logback-classic:1.4.14'