downgrade log4j2 so that we don't have two versions on the classpath
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user