From abe02b01da74414e93c0fe147af0bcb1b67d40f8 Mon Sep 17 00:00:00 2001 From: Andreas Huber Date: Sun, 20 Mar 2022 09:19:48 +0100 Subject: [PATCH] downgrade log4j2 so that we don't have two versions on the classpath --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ffb6214..85df937 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ ext { javaVersion=17 - version_log4j2= '2.17.2' // keep in sync with spring-boot-starter-log4j2 + version_log4j2= '2.17.1' // keep in sync with spring-boot-starter-log4j2 version_spring = '2.6.4' version_junit = '5.8.2' version_junit_platform = '1.8.2'