#Bash one liner: Check if your #SpringBoot project depends on #log4j

By | December 15, 2021

Make sure your Spring Boot project doe not depend on a bad version of log4j.

./gradlew dependencyInsight --dependency log4j-core

If the answer is:

No dependencies matching given input were found in configuration ':compileClasspath'

you are safe.

If you got a match with a version between 2.0.0 and 2.15 you must update to the version 2.16

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.