Skip to content

Commit

Permalink
Fix some things
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonjkeller committed Oct 21, 2023
1 parent d82dc8d commit 2ea3563
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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.6,)")
passesOnly("org.apache.logging.log4j:log4j-core:[2.11.0,)")
excludeRegex '.*(alpha|beta|rc).*'
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
import org.apache.logging.log4j.Level;
import org.apache.logging.log4j.core.LogEvent;
import org.apache.logging.log4j.message.Message;
import org.apache.logging.log4j.util.ReadOnlyStringMap;

import java.util.HashMap;
import java.util.Map;
Expand Down

0 comments on commit 2ea3563

Please sign in to comment.