diff --git a/build.gradle b/build.gradle index 40aa0325aac14692737973d4327f4a850b27e402..1dfcb5efa020f68d392b632257c3e945c7752cb1 100644 --- a/build.gradle +++ b/build.gradle @@ -99,10 +99,10 @@ dependencies { embed 'org.apache.logging.log4j:log4j-web:2.17.1' embed 'org.apache.logging.log4j:log4j-api:2.17.1' - embed 'org.apache.logging.log4j:log4j-core:2.17.0' + embed 'org.apache.logging.log4j:log4j-core:2.17.1' embed 'org.apache.logging.log4j:log4j-slf4j-impl:2.17.0' embed 'org.apache.logging.log4j:log4j-web:2.17.1' - embed 'org.apache.logging.log4j:log4j-jul:2.17.0' + embed 'org.apache.logging.log4j:log4j-jul:2.17.1' // Dev tools developmentOnly 'org.springframework.boot:spring-boot-devtools:2.6.2'