Skip to content

Commit 687fe68

Browse files
bactgoneall
authored andcommitted
Add dependabot
Signed-off-by: Arthit Suriyawongkul <[email protected]>
1 parent ef47b16 commit 687fe68

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
4949
<sonar.organization>spdx-1</sonar.organization>
5050
<sonar.projectKey>spdx-java-core</sonar.projectKey>
51-
<dependency-check-maven.version>8.0.2</dependency-check-maven.version>
51+
<dependency-check-maven.version>12.1.3</dependency-check-maven.version>
5252
</properties>
5353
<profiles>
5454
<profile>

0 commit comments

Comments
 (0)