added sync point after trump determination

This commit is contained in:
2022-01-10 04:06:27 +01:00
parent b0e6df12c8
commit 5e3db1d0a5
11 changed files with 116 additions and 96 deletions

View File

@@ -15,4 +15,10 @@ dependencies {
}
implementation(SpringBoot.starterLog4j2)
providedRuntime(SpringBoot.starterTomcat)
// override vulnerable dependencies from spring-boot-starter-log4j2
implementation(Log4j2.api)
implementation(Log4j2.core)
implementation(Log4j2.slf4j)
implementation(Log4j2.jul)
}