From 7ca381ee0d29cf9b994b5f21610847f0f4a10469 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Feb 2023 12:01:00 +0000 Subject: [PATCH] Bump org.apache.logging.log4j:log4j-api from 2.18.0 to 2.20.0 Bumps [org.apache.logging.log4j:log4j-api](https://github.com/apache/logging-log4j2) from 2.18.0 to 2.20.0. - [Release notes](https://github.com/apache/logging-log4j2/releases) - [Changelog](https://github.com/apache/logging-log4j2/blob/release-2.x/CHANGELOG.adoc) - [Commits](https://github.com/apache/logging-log4j2/compare/rel/2.18.0...rel/2.20.0) --- updated-dependencies: - 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 0ed1b9b2..6a6a2f73 100644 --- a/build.gradle +++ b/build.gradle @@ -68,7 +68,7 @@ dependencies { compile "org.grails.plugins:hibernate5" compile "org.grails.plugins:cache" compile "org.hibernate:hibernate-ehcache" - compile "org.apache.logging.log4j:log4j-api:2.18.0" + compile "org.apache.logging.log4j:log4j-api:2.20.0" compile group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.18.0' compile "org.elasticsearch:elasticsearch:${elasticsearchVersion}" compile group: 'org.elasticsearch.client', name: 'elasticsearch-rest-client', version: elasticsearchVersion