diff --git a/test/build.gradle.kts b/test/build.gradle.kts index 2a5043b..41c8162 100644 --- a/test/build.gradle.kts +++ b/test/build.gradle.kts @@ -8,8 +8,8 @@ dependencies { implementation(libs.jackson) implementation("org.veupathdb.lib.s3:s34k-minio:0.7.2+s34k-0.11.0") - implementation("org.apache.logging.log4j:log4j-core:2.25.2") - runtimeOnly("org.apache.logging.log4j:log4j-slf4j2-impl:2.25.2") + implementation("org.apache.logging.log4j:log4j-core:2.25.3") + runtimeOnly("org.apache.logging.log4j:log4j-slf4j2-impl:2.25.3") } tasks.shadowJar {