From a40a85bbdddbdfd37babbf8885edfe81c7717923 Mon Sep 17 00:00:00 2001 From: RenovateBot <renovatebot@griefed.de> Date: Mon, 4 Apr 2022 11:54:47 +0000 Subject: [PATCH] Update dependency org.apache.logging.log4j:log4j-web to v2.17.2 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index f164ded..96f2c9f 100644 --- a/build.gradle +++ b/build.gradle @@ -76,13 +76,13 @@ dependencies { //embed 'org.springframework.boot:spring-boot-starter-data-jpa:2.6.2' //embed 'org.springframework.boot:spring-boot-starter-artemis:2.6.2' //embed 'org.apache.activemq:artemis-jms-server:2.19.0' - embed 'org.apache.logging.log4j:log4j-web:2.17.1' + embed 'org.apache.logging.log4j:log4j-web:2.17.2' embed 'org.apache.logging.log4j:log4j-api:2.17.1' embed 'org.apache.logging.log4j:log4j-slf4j-impl:2.17.1' embed 'org.apache.logging.log4j:log4j-core:2.17.1' embed 'org.apache.logging.log4j:log4j-slf4j-impl:2.17.1' - embed 'org.apache.logging.log4j:log4j-web:2.17.1' + embed 'org.apache.logging.log4j:log4j-web:2.17.2' embed 'org.apache.logging.log4j:log4j-jul:2.17.1' // Dev tools -- GitLab