We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3c0a29a + 98be323 commit 7ae7865Copy full SHA for 7ae7865
1 file changed
test/build.gradle.kts
@@ -8,8 +8,8 @@ dependencies {
8
9
implementation(libs.jackson)
10
implementation("org.veupathdb.lib.s3:s34k-minio:0.7.2+s34k-0.11.0")
11
- implementation("org.apache.logging.log4j:log4j-core:2.25.4")
12
- runtimeOnly("org.apache.logging.log4j:log4j-slf4j2-impl:2.25.4")
+ implementation("org.apache.logging.log4j:log4j-core:2.26.0")
+ runtimeOnly("org.apache.logging.log4j:log4j-slf4j2-impl:2.26.0")
13
}
14
15
tasks.shadowJar {
0 commit comments