diff --git a/build.gradle b/build.gradle index 5a1995b..8c852d9 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ allprojects { implementation 'org.slf4j:slf4j-api:2.0.18' testRuntimeOnly 'org.slf4j:slf4j-log4j12:2.0.18' - testRuntimeOnly 'org.apache.logging.log4j:log4j-api:2.26.0' + testRuntimeOnly 'org.apache.logging.log4j:log4j-api:2.26.1' testRuntimeOnly 'org.apache.logging.log4j:log4j-core:2.26.0' testImplementation project(':helpers:documentation-generator-test-utilities')