From cb3708b63123258d3b32f4283169b7c337c9f1bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 05:22:46 +0000 Subject: [PATCH] build(deps): bump version_log4j from 2.19.0 to 2.20.0 Bumps `version_log4j` from 2.19.0 to 2.20.0. Updates `org.apache.logging.log4j:log4j-core` from 2.19.0 to 2.20.0 - [Changelog](https://github.com/apache/logging-log4j2/blob/2.x/CHANGELOG.adoc) - [Commits](https://github.com/apache/logging-log4j2/compare/rel/2.19.0...rel/2.20.0) Updates `org.apache.logging.log4j:log4j-jcl` from 2.19.0 to 2.20.0 - [Changelog](https://github.com/apache/logging-log4j2/blob/2.x/CHANGELOG.adoc) - [Commits](https://github.com/apache/logging-log4j2/compare/rel/2.19.0...rel/2.20.0) Updates `org.apache.logging.log4j:log4j-slf4j-impl` from 2.19.0 to 2.20.0 - [Changelog](https://github.com/apache/logging-log4j2/blob/2.x/CHANGELOG.adoc) - [Commits](https://github.com/apache/logging-log4j2/compare/rel/2.19.0...rel/2.20.0) Updates `org.apache.logging.log4j:log4j-1.2-api` from 2.19.0 to 2.20.0 - [Changelog](https://github.com/apache/logging-log4j2/blob/2.x/CHANGELOG.adoc) - [Commits](https://github.com/apache/logging-log4j2/compare/rel/2.19.0...rel/2.20.0) Updates `org.apache.logging.log4j:log4j-jul` from 2.19.0 to 2.20.0 - [Changelog](https://github.com/apache/logging-log4j2/blob/2.x/CHANGELOG.adoc) - [Commits](https://github.com/apache/logging-log4j2/compare/rel/2.19.0...rel/2.20.0) Updates `org.apache.logging.log4j:log4j-api` from 2.19.0 to 2.20.0 - [Changelog](https://github.com/apache/logging-log4j2/blob/2.x/CHANGELOG.adoc) - [Commits](https://github.com/apache/logging-log4j2/compare/rel/2.19.0...rel/2.20.0) --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.logging.log4j:log4j-jcl dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.logging.log4j:log4j-slf4j-impl dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.logging.log4j:log4j-1.2-api dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.logging.log4j:log4j-jul dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.logging.log4j:log4j-api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b24365f..331fedd 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ allprojects { buildscript { ext { version_kotlin = '1.7.20' - version_log4j = '2.19.0' + version_log4j = '2.20.0' version_jackson = '2.13.4' version_guava = '18.0' version_guice = '4.1.0'