There was an error while loading. Please reload this page.
1 parent d3398c8 commit d790da4Copy full SHA for d790da4
2 files changed
.github/dependabot.yml
@@ -4,6 +4,11 @@ updates:
4
directory: "/"
5
schedule:
6
interval: "daily"
7
- ignore:
+ allow:
8
- dependency-name: "*"
9
+ update-types:
10
+ - "version-update:semver-minor"
11
+ - "version-update:semver-patch"
12
+ # Old Dependency-Check majors can lose compatibility with the NVD API.
13
+ - dependency-name: "org.owasp:dependency-check-maven"
14
update-types: ["version-update:semver-major"]
pom.xml
@@ -248,7 +248,7 @@
248
<plugin>
249
<groupId>org.owasp</groupId>
250
<artifactId>dependency-check-maven</artifactId>
251
- <version>8.1.2</version>
+ <version>12.2.2</version>
252
<configuration>
253
<skipSystemScope>true</skipSystemScope>
254
</configuration>
0 commit comments