From a56425509b824853ff36486619896e0ae01f544a Mon Sep 17 00:00:00 2001
From: RenovateBot <renovatebot@griefed.de>
Date: Wed, 29 Dec 2021 15:44:39 +0000
Subject: [PATCH] Update dependency org.apache.logging.log4j:log4j-web to
 v2.17.1

---
 build.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.gradle b/build.gradle
index a31cc5d..40aa032 100644
--- a/build.gradle
+++ b/build.gradle
@@ -96,12 +96,12 @@ 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.0'
+    embed 'org.apache.logging.log4j:log4j-web:2.17.1'
 
     embed 'org.apache.logging.log4j:log4j-api:2.17.1'
     embed 'org.apache.logging.log4j:log4j-core:2.17.0'
     embed 'org.apache.logging.log4j:log4j-slf4j-impl:2.17.0'
-    embed 'org.apache.logging.log4j:log4j-web:2.17.0'
+    embed 'org.apache.logging.log4j:log4j-web:2.17.1'
     embed 'org.apache.logging.log4j:log4j-jul:2.17.0'
 
     // Dev tools
-- 
GitLab