Skip to content

Commit d38c312

Browse files
authored
Merge pull request #69 from VEuPathDB/dependabot/gradle/org.apache.logging.log4j-log4j-core-2.25.3
Bump org.apache.logging.log4j:log4j-core from 2.25.2 to 2.25.3
2 parents dfdcf9e + bb3e4f6 commit d38c312

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ dependencies {
88

99
implementation(libs.jackson)
1010
implementation("org.veupathdb.lib.s3:s34k-minio:0.7.2+s34k-0.11.0")
11-
implementation("org.apache.logging.log4j:log4j-core:2.25.2")
12-
runtimeOnly("org.apache.logging.log4j:log4j-slf4j2-impl:2.25.2")
11+
implementation("org.apache.logging.log4j:log4j-core:2.25.3")
12+
runtimeOnly("org.apache.logging.log4j:log4j-slf4j2-impl:2.25.3")
1313
}
1414

1515
tasks.shadowJar {

0 commit comments

Comments
 (0)