diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bb2a666..1b77e0f 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.2.1 + uses: mikepenz/action-junit-report@v4.2.2 with: check_name: "test-result" report_paths: "**/surefire-reports/TEST-*.xml" diff --git a/pom.xml b/pom.xml index 207ea38..0002c4e 100644 --- a/pom.xml +++ b/pom.xml @@ -163,7 +163,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.6.3 + 3.7.0 true none @@ -217,7 +217,7 @@ org.sonatype.plugins nexus-staging-maven-plugin - 1.6.13 + 1.7.0 true ossrh @@ -228,7 +228,7 @@ org.apache.maven.plugins maven-gpg-plugin - 3.2.2 + 3.2.4 sign-artifacts