diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 3d9b159..ce6fc1b 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -34,7 +34,7 @@ jobs:
- name: Generate report checks
if: always()
- uses: mikepenz/action-junit-report@v4.3.1
+ uses: mikepenz/action-junit-report@v5.1.0
with:
check_name: "test-result"
report_paths: "**/surefire-reports/TEST-*.xml"
diff --git a/pom.xml b/pom.xml
index 652bda8..6ecef65 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,7 +18,7 @@
1.8
UTF-8
- 3.5.1
+ 3.5.2
@@ -43,7 +43,7 @@
org.apache.logging.log4j
log4j-slf4j2-impl
- 2.24.1
+ 2.24.2
test
@@ -163,7 +163,7 @@
org.apache.maven.plugins
maven-javadoc-plugin
- 3.10.1
+ 3.11.1
true
none