diff --git a/build.gradle b/build.gradle index 36d9f76..3cf2346 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ allprojects { implementation 'org.slf4j:slf4j-api:2.0.17' testRuntimeOnly 'org.slf4j:slf4j-log4j12:2.0.17' - testRuntimeOnly 'org.apache.logging.log4j:log4j-api:2.25.2' + testRuntimeOnly 'org.apache.logging.log4j:log4j-api:2.25.3' testRuntimeOnly 'org.apache.logging.log4j:log4j-core:2.25.2' testImplementation project(':helpers:documentation-generator-test-utilities')