blog.voina.it
Voina Blog (a tech warrior's blog) #Bash one liner: Check if your #SpringBoot project depends on #log4j
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 fou…