Upgrade to Spring Boot 2.6.2 once available (due on Dec 23, 2021)
Closed this issue · 0 comments
BjoernKW commented
What's going wrong and not working?
See https://spring.io/blog/2021/12/10/log4j2-vulnerability-and-spring-boot
Remove <log4j2.version>2.16.0</log4j2.version>
(in pom.xml
files) and set('log4j2.version', '2.16.0')
(in build.gradle
files) settings once the upgrade is complete.
Expected outcome
No response