From 1e094912762ea72c36e443633a11e711a625cc9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Dec 2022 16:52:00 +0000 Subject: [PATCH] Bump slf4j-log4j12 from 1.7.36 to 2.0.6 Bumps [slf4j-log4j12](https://github.com/qos-ch/slf4j) from 1.7.36 to 2.0.6. - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.36...v_2.0.6) --- updated-dependencies: - dependency-name: org.slf4j:slf4j-log4j12 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- hmac-auth-proxy/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hmac-auth-proxy/build.gradle b/hmac-auth-proxy/build.gradle index 5603e62..49bdbf8 100644 --- a/hmac-auth-proxy/build.gradle +++ b/hmac-auth-proxy/build.gradle @@ -17,7 +17,7 @@ dependencies { compile 'javax.activation:activation:1.1.1' compile 'com.beust:jcommander:1.82' - runtime 'org.slf4j:slf4j-log4j12:1.7.36' + runtime 'org.slf4j:slf4j-log4j12:2.0.6' testCompile 'org.testng:testng:7.5' testCompile 'org.hamcrest:hamcrest-library:2.2'