Skip to content

Commit 4bfd672

Browse files
authored
Merge pull request #86 from VEuPathDB/dependabot/gradle/org.apache.logging.log4j-log4j-slf4j2-impl-2.25.4
Bump org.apache.logging.log4j:log4j-slf4j2-impl from 2.25.3 to 2.25.4
2 parents 61164bd + 96f5f27 commit 4bfd672

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.3")
12-
runtimeOnly("org.apache.logging.log4j:log4j-slf4j2-impl:2.25.3")
11+
implementation("org.apache.logging.log4j:log4j-core:2.25.4")
12+
runtimeOnly("org.apache.logging.log4j:log4j-slf4j2-impl:2.25.4")
1313
}
1414

1515
tasks.shadowJar {

0 commit comments

Comments
 (0)