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 ef47b16 commit 687fe68Copy full SHA for 687fe68
.github/dependabot.yml
@@ -0,0 +1,8 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: "maven"
4
+ directory: "/"
5
+ schedule:
6
+ interval: "weekly"
7
+ labels:
8
+ - "dependencies"
pom.xml
@@ -48,7 +48,7 @@
48
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
49
<sonar.organization>spdx-1</sonar.organization>
50
<sonar.projectKey>spdx-java-core</sonar.projectKey>
51
- <dependency-check-maven.version>8.0.2</dependency-check-maven.version>
+ <dependency-check-maven.version>12.1.3</dependency-check-maven.version>
52
</properties>
53
<profiles>
54
<profile>
0 commit comments