diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index d3f2b28..06ec888 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -44,7 +44,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 # always act on the modified source code (even for event pull_request_target) # is considered potentially unsafe (https://securitylab.github.com/research/github-actions-preventing-pwn-requests/) but actions are only executed after approval from committers with: @@ -53,7 +53,7 @@ jobs: persist-credentials: false - name: Set up JDK - uses: actions/setup-java@v2 + uses: actions/setup-java@v3 with: cache: 'maven' distribution: 'temurin' diff --git a/pom.xml b/pom.xml index 87ef98a..32df5fd 100644 --- a/pom.xml +++ b/pom.xml @@ -126,39 +126,39 @@ maven-surefire-plugin - 3.0.0-M5 + 3.1.0 maven-failsafe-plugin - 3.0.0-M5 + 3.1.0 maven-compiler-plugin - 3.8.1 + 3.11.0 maven-install-plugin - 3.0.0-M1 + 3.1.1 maven-deploy-plugin - 3.0.0-M1 + 3.1.1 maven-resources-plugin - 3.2.0 + 3.3.1 maven-clean-plugin - 3.1.0 + 3.2.0 maven-jar-plugin - 3.2.0 + 3.3.0 maven-javadoc-plugin - 3.3.1 + 3.5.0 maven-source-plugin @@ -166,20 +166,20 @@ maven-release-plugin - 3.0.0-M4 + 3.0.0 maven-dependency-plugin - 3.2.0 + 3.5.0 maven-enforcer-plugin - 3.0.0-M3 + 3.3.0 org.apache.maven.plugins maven-gpg-plugin - 3.0.1 + 3.1.0 org.sonatype.plugins @@ -189,16 +189,16 @@ org.codehaus.mojo license-maven-plugin - 2.0.0 + 2.0.1 org.jacoco jacoco-maven-plugin - 0.8.7 + 0.8.10 maven-invoker-plugin - 3.2.2 + 3.5.1