From 6c202031720c8ba422afd3740e055713b82c2a7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 20:30:24 +0000 Subject: [PATCH] Bump org.slf4j:slf4j-log4j12 from 2.0.15 to 2.0.16 Bumps org.slf4j:slf4j-log4j12 from 2.0.15 to 2.0.16. --- updated-dependencies: - dependency-name: org.slf4j:slf4j-log4j12 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 1539090..9bb1123 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -18,7 +18,7 @@ dependencies { implementation("com.github.zhkl0228:unidbg-api:0.9.7") implementation("com.github.zhkl0228:unidbg-dynarmic:0.9.7") implementation("com.github.zhkl0228:unidbg-unicorn2:0.9.7") - implementation("org.slf4j:slf4j-log4j12:2.0.15") + implementation("org.slf4j:slf4j-log4j12:2.0.16") implementation("com.squareup.okhttp3:okhttp:4.12.0") implementation("com.github.yescallop:fluent-uri:d8e12f23af") implementation("commons-cli:commons-cli:1.8.0")