Skip to content

Commit 73f10e0

Browse files
committed
update log4j dep
1 parent ebd4cec commit 73f10e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hypertrace-trace-enricher/trace-reader/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies {
2222
testImplementation("org.junit.jupiter:junit-jupiter:5.7.1")
2323
testImplementation("org.mockito:mockito-inline:3.8.0")
2424
testImplementation("org.mockito:mockito-junit-jupiter:3.8.0")
25-
testRuntimeOnly("org.apache.logging.log4j:log4j-slf4j-impl:2.17.0")
25+
testRuntimeOnly("org.apache.logging.log4j:log4j-slf4j-impl:2.17.1")
2626

2727
tasks.test {
2828
useJUnitPlatform()

0 commit comments

Comments
 (0)