We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6b357ae + 7c415e9 commit 82ea166Copy full SHA for 82ea166
1 file changed
build.gradle
@@ -349,8 +349,8 @@ dependencies {
349
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
350
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
351
testImplementation project(':onnx')
352
- testImplementation 'org.apache.logging.log4j:log4j-core:2.25.3'
353
- 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'
354
}
355
356
sourceSets {
0 commit comments