downgrade log4j2 so that we don't have two versions on the classpath

This commit is contained in:
2022-03-20 09:19:48 +01:00
parent 1b6bd77444
commit abe02b01da

View File

@@ -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'