From 47fe027f1e1718892f88e7122926ee9db4f3a9c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 04:33:32 +0000 Subject: [PATCH] build(deps): bump org.slf4j:slf4j-simple from 2.0.16 to 2.0.18 Bumps org.slf4j:slf4j-simple from 2.0.16 to 2.0.18. --- updated-dependencies: - dependency-name: org.slf4j:slf4j-simple dependency-version: 2.0.18 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- python-embed-runtime/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-embed-runtime/build.gradle b/python-embed-runtime/build.gradle index e407300..4ba302d 100644 --- a/python-embed-runtime/build.gradle +++ b/python-embed-runtime/build.gradle @@ -6,12 +6,12 @@ version = project.findProperty('releaseVersion') ?: '1.0.2-SNAPSHOT' dependencies { implementation 'org.msgpack:msgpack-core:0.9.8' - implementation 'org.slf4j:slf4j-api:2.0.16' + implementation 'org.slf4j:slf4j-api:2.0.18' testImplementation platform('org.junit:junit-bom:5.11.4') testImplementation 'org.junit.jupiter:junit-jupiter' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' - testImplementation 'org.slf4j:slf4j-simple:2.0.16' + testImplementation 'org.slf4j:slf4j-simple:2.0.18' } test {