diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index d4b467da..05da6905 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -53,7 +53,10 @@ jobs:
run: mvn -B -e site site:stage -DnvdApiKey=${{ secrets.NVD_API_KEY }}
- name: 'Upload code coverage'
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
+ with:
+ fail_ci_if_error: true
+ token: ${{ secrets.CODECOV_TOKEN }}
deploy:
diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml
index 8ea20312..f9316c52 100644
--- a/.github/workflows/release-drafter.yml
+++ b/.github/workflows/release-drafter.yml
@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
# Drafts your next Release notes as Pull Requests are merged into "master"
- - uses: release-drafter/release-drafter@v5
+ - uses: release-drafter/release-drafter@v6
with:
# (Optional) specify config name to use, relative to .github/. Default: release-drafter.yml
config-name: release-drafter.yml
diff --git a/pom.xml b/pom.xml
index 15764647..13e3fecb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,8 +17,8 @@
UTF-8
3.6.3
3.4.1
- 5.10.1
- 0.8.11
+ 5.10.2
+ 0.8.12
2.0.0-M8
@@ -55,7 +55,7 @@
commons-logging
commons-logging
- 1.3.0
+ 1.3.1
org.junit.jupiter
@@ -112,7 +112,7 @@
maven-scm-plugin
- 2.0.1
+ 2.1.0
maven-dependency-plugin
@@ -120,7 +120,7 @@
maven-jar-plugin
- 3.3.0
+ 3.4.0
maven-resources-plugin
@@ -128,7 +128,7 @@
maven-source-plugin
- 3.3.0
+ 3.3.1
maven-javadoc-plugin
@@ -136,7 +136,7 @@
maven-compiler-plugin
- 3.12.1
+ 3.13.0
maven-site-plugin
@@ -171,7 +171,7 @@
org.owasp
dependency-check-maven
- 9.0.9
+ 9.1.0
${project.basedir}/.mvn/owasp-suppression.xml
ALL
@@ -380,7 +380,7 @@
org.cyclonedx
cyclonedx-maven-plugin
- 2.7.11
+ 2.8.0
library