Slackbot
02/01/2022, 11:20 PMVampire
02/02/2022, 2:22 AMAnand Kuchipudi
02/02/2022, 5:26 PMdependencies {
constraints {
classpath("org.apache.logging.log4j:log4j-core") {
version {
strictly("[2.17, 3[")
prefer("2.17.0")
}
because("CVE-2021-44228, CVE-2021-45046, CVE-2021-45105: Log4j vulnerable to remote code execution and other critical security vulnerabilities")
}
}
}
@VampireVampire
02/02/2022, 6:39 PMclasspath
configuration.Vampire
02/02/2022, 6:40 PMbuildscript
block and thus it does not have any effect on any project dependencies, but only on the build script class path.