diff --git a/build.gradle b/build.gradle index 73e504f..bcb661f 100644 --- a/build.gradle +++ b/build.gradle @@ -349,8 +349,8 @@ dependencies { testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' testImplementation project(':onnx') - testImplementation 'org.apache.logging.log4j:log4j-core:2.25.3' - testImplementation 'org.apache.logging.log4j:log4j-jpl:2.25.3' + testImplementation 'org.apache.logging.log4j:log4j-core:2.25.4' + testImplementation 'org.apache.logging.log4j:log4j-jpl:2.25.4' } sourceSets {