We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17f743e commit 9b102d1Copy full SHA for 9b102d1
.github/dependabot.yml
@@ -7,7 +7,7 @@ updates:
7
ignore:
8
# ESAPI cannot upgrade past the current commons-io version and still maintain Java 7 compatibility
9
- dependency-name: "commons-io:commons-io"
10
- versions: "(,2.6]"
+ versions: "(2.6,)"
11
# Log4J 1.x is deprecated for future removal
12
- dependency-name: "log4j:log4j"
13
versions: "[1.0,2.0)"
0 commit comments