From 738605a0e8c267f78a15fa58830bcfdc6abe70d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 10:19:00 +0000 Subject: [PATCH] Bump log4jVersion from 2.22.0 to 2.22.1 Bumps `log4jVersion` from 2.22.0 to 2.22.1. Updates `org.apache.logging.log4j:log4j-core` from 2.22.0 to 2.22.1 Updates `org.apache.logging.log4j:log4j-jcl` from 2.22.0 to 2.22.1 Updates `org.apache.logging.log4j:log4j-slf4j2-impl` from 2.22.0 to 2.22.1 --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-core dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.logging.log4j:log4j-jcl dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.logging.log4j:log4j-slf4j2-impl dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c44bd4b7..06dcc5a3 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { junit5PlatformVersion = '1.10.1' slf4jVersion = '2.0.11' // http://www.slf4j.org/download.html - log4jVersion = '2.22.0' // https://logging.apache.org/log4j/2.x/javadoc.html + log4jVersion = '2.22.1' // https://logging.apache.org/log4j/2.x/javadoc.html // Note: Since Jackson 2.14, Android SDK 26 is required // https://github.com/FasterXML/jackson/wiki/Jackson-Releases jacksonVersion = '2.16.1' // https://github.com/FasterXML/jackson-databind/tags