Skip to content

Commit

Permalink
Fixing version range that log instrumentation should apply (#808)
Browse files Browse the repository at this point in the history
  • Loading branch information
meiao authored Mar 28, 2022
1 parent f109aa8 commit c16e07a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion instrumentation/apache-log4j-2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies {
}

verifyInstrumentation {
passesOnly("org.apache.logging.log4j:log4j-core:[2.0.0,)")
passesOnly("org.apache.logging.log4j:log4j-core:[2.6,)")
excludeRegex '.*(alpha|beta|rc).*'
}

Expand Down
2 changes: 1 addition & 1 deletion instrumentation/logback-classic-1.2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies {
}

verifyInstrumentation {
passesOnly("ch.qos.logback:logback-classic:[0.9.3,)")
passesOnly("ch.qos.logback:logback-classic:[1.1.0,)")
excludeRegex '.*(alpha|groovyless).*'
excludeRegex 'ch.qos.logback:logback-classic:0.9.6'
}
Expand Down

0 comments on commit c16e07a

Please sign in to comment.