Skip to content

Commit 83bb4bd

Browse files
authored
Fix log4j appender latest dep test (#10618)
1 parent 617d4ed commit 83bb4bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instrumentation/log4j/log4j-appender-2.17/javaagent/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies {
2424

2525
if (testLatestDeps) {
2626
// this dependency is needed for the slf4j->log4j test
27-
testImplementation("org.apache.logging.log4j:log4j-slf4j2-impl:+")
27+
testImplementation("org.apache.logging.log4j:log4j-slf4j2-impl:2.+")
2828
testCompileOnly("biz.aQute.bnd:biz.aQute.bnd.annotation:7.0.0")
2929
} else {
3030
// log4j 2.17 doesn't have an slf4j2 bridge

0 commit comments

Comments
 (0)