Skip to content

Commit

Permalink
Merge pull request #125 from TNG/renovate/major-dependency-check-mave…
Browse files Browse the repository at this point in the history
…n.version

chore(deps): update dependency org.owasp:dependency-check-maven to v9
  • Loading branch information
hankem authored Dec 8, 2023
2 parents e35f498 + 70d099c commit 1768d1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Check dependencies
run: ./mvnw --batch-mode --no-transfer-progress -e dependency-check:check
run: ./mvnw --batch-mode --no-transfer-progress -e dependency-check:check -DnvdApiKey='${{ secrets.NVD_API_KEY }}'
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version>
<jacoco-maven-plugin.version>0.8.11</jacoco-maven-plugin.version>
<maven-surefire-plugin.version>3.2.2</maven-surefire-plugin.version>
<dependency-check-maven.version>8.4.3</dependency-check-maven.version>
<dependency-check-maven.version>9.0.4</dependency-check-maven.version>
<maven-source-plugin.version>3.3.0</maven-source-plugin.version>
<maven-javadoc-plugin.version>3.6.3</maven-javadoc-plugin.version>
<maven-gpg-plugin.version>3.1.0</maven-gpg-plugin.version>
Expand Down

0 comments on commit 1768d1e

Please sign in to comment.