diff --git a/.github/workflows/buildtest.yml b/.github/workflows/buildtest.yml
index c90d843..32b620d 100644
--- a/.github/workflows/buildtest.yml
+++ b/.github/workflows/buildtest.yml
@@ -49,7 +49,7 @@ jobs:
NVD_API_KEY: ${{ secrets.NVD_API_KEY }}
run: mvn -B clean install site --file pom.xml
- - uses: codecov/codecov-action@v4
+ - uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: target/site/jacoco/jacoco.xml
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index d793ee7..f7f7b2b 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -52,7 +52,7 @@ jobs:
GPG_PRIVATEKEY: ${{ secrets.GPG_PRIVATEKEY }}
run: mvn -P ci-cd -B clean install site --file pom.xml
- - uses: codecov/codecov-action@v4
+ - uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: target/site/jacoco/jacoco.xml
diff --git a/pom.xml b/pom.xml
index b7f2a8b..a258551 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,12 +37,12 @@
4
UTF-8
- 11
+ 17
[2.15,]
[1.7,)
[1.2,)
- 5.11.2
- 1.11.2
+ 5.11.4
+ 1.11.4
@@ -99,19 +99,19 @@
org.mockito
mockito-core
- 5.12.0
+ 5.14.2
test
org.hamcrest
hamcrest
- 2.2
+ 3.0
test
org.hamcrest
hamcrest-core
- 2.2
+ 3.0
test
@@ -140,7 +140,7 @@
org.codehaus.mojo
versions-maven-plugin
- 2.17.1
+ 2.18.0
display-plugin-updates
@@ -233,7 +233,7 @@
com.github.spotbugs
spotbugs-maven-plugin
- 4.8.6.4
+ 4.8.6.6
true
Max
@@ -262,7 +262,7 @@
org.apache.maven.plugins
maven-checkstyle-plugin
- 3.5.0
+ 3.6.0
${basedir}/checkstyle.xml
UTF-8
@@ -283,7 +283,7 @@
com.puppycrawl.tools
checkstyle
- 10.17.0
+ 10.21.0
@@ -291,7 +291,7 @@
org.apache.maven.plugins
maven-surefire-plugin
- 3.5.1
+ 3.5.2
${forkCount}
true
@@ -309,7 +309,7 @@
org.apache.maven.plugins
maven-failsafe-plugin
- 3.5.1
+ 3.5.2
@@ -394,7 +394,7 @@
org.owasp
dependency-check-maven
- 10.0.4
+ 11.1.1
8
false
@@ -417,7 +417,7 @@
org.apache.maven.plugins
maven-dependency-plugin
- 3.8.0
+ 3.8.1
copy-dependencies
@@ -436,7 +436,7 @@
org.codehaus.mojo
license-maven-plugin
- 2.4.0
+ 2.5.0
download-licenses
@@ -450,7 +450,7 @@
org.apache.maven.plugins
maven-javadoc-plugin
- 3.10.1
+ 3.11.2
attach-javadocs
@@ -481,13 +481,13 @@
org.apache.maven.plugins
maven-site-plugin
- 3.12.1
+ 3.21.0
org.apache.maven.plugins
maven-project-info-reports-plugin
- 3.7.0
+ 3.8.0