diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cf5867b..b871929 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ jobs: name: Build runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Setup up JDK @@ -20,7 +20,7 @@ jobs: cache: 'maven' distribution: 'temurin' - name: Cache SonarCloud packages - uses: actions/cache@v1 + uses: actions/cache@v3 with: path: ~/.sonar/cache key: ${{ runner.os }}-sonar diff --git a/.github/workflows/maven-publish.yml b/.github/workflows/maven-publish.yml index fcbc213..e671ea1 100644 --- a/.github/workflows/maven-publish.yml +++ b/.github/workflows/maven-publish.yml @@ -9,7 +9,7 @@ jobs: publish: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Maven Central Repository uses: actions/setup-java@v3 with: diff --git a/pom.xml b/pom.xml index 2ef6475..679bae9 100644 --- a/pom.xml +++ b/pom.xml @@ -60,12 +60,12 @@ org.junit.jupiter junit-jupiter - 5.9.2 + 5.10.1 org.mockito mockito-core - 5.1.1 + 5.7.0 test @@ -107,7 +107,7 @@ org.apache.maven.plugins maven-enforcer-plugin - 3.2.1 + 3.4.1 enforce-maven @@ -127,7 +127,7 @@ org.apache.maven.plugins maven-source-plugin - 3.2.1 + 3.3.0 attach-sources @@ -140,7 +140,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.4.1 + 3.6.2 attach-javadocs @@ -153,7 +153,7 @@ org.apache.maven.plugins maven-gpg-plugin - 3.0.1 + 3.1.0 sign-artifacts @@ -185,7 +185,7 @@ org.apache.maven.plugins maven-release-plugin - 3.0.0-M7 + 3.0.1 @{project.version} @@ -193,7 +193,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.0.0-M8 + 3.2.2