diff --git a/.github/workflows/support.yml b/.github/workflows/support.yml index f8fe6e2c9..e68846bc6 100644 --- a/.github/workflows/support.yml +++ b/.github/workflows/support.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2 with: fetch-depth: 2 - - uses: actions/setup-python@c4e89fac7e8767b327bbad6cb4d859eda999cf08 # tag=v4.1.0 + - uses: actions/setup-python@b55428b1882923874294fa556849718a1d7f2ca5 # tag=v4.2.0 with: python-version: 3.8 - name: Install support scripts diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c21d125ff..1a2108931 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -43,13 +43,13 @@ jobs: run: echo "::set-output name=date::$(/bin/date -u "+%Y%m%d")" shell: bash - name: Use Maven dependency cache - uses: actions/cache@0865c47f36e68161719c5b124609996bb5c40129 # tag=v3.0.5 + uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c # tag=v3.0.6 with: path: ~/.m2/repository key: ${{ runner.os }}-${{ steps.get-date.outputs.date }}-${{ hashFiles('**/pom.xml') }} restore-keys: ${{ runner.os }}-maven- - name: Use SonarCloud package cache - uses: actions/cache@0865c47f36e68161719c5b124609996bb5c40129 # tag=v3.0.5 + uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c # tag=v3.0.6 with: path: ~/.sonar/cache key: ${{ runner.os }}-sonar @@ -85,7 +85,7 @@ jobs: steps: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2 - - uses: actions/setup-python@c4e89fac7e8767b327bbad6cb4d859eda999cf08 # tag=v4.1.0 + - uses: actions/setup-python@b55428b1882923874294fa556849718a1d7f2ca5 # tag=v4.2.0 with: python-version: 3.8 - uses: actions/setup-java@2c7a4878f5d120bd643426d54ae1209b29cc01a3 # tag=v3.4.1 @@ -100,7 +100,7 @@ jobs: run: echo "::set-output name=date::$(/bin/date -u "+%Y%m%d")" shell: bash - name: Use Maven dependency cache - uses: actions/cache@0865c47f36e68161719c5b124609996bb5c40129 # tag=v3.0.5 + uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c # tag=v3.0.6 with: path: ~/.m2/repository key: ${{ runner.os }}-${{ steps.get-date.outputs.date }}-${{ hashFiles('**/pom.xml') }} @@ -132,7 +132,7 @@ jobs: run: echo "::set-output name=date::$(/bin/date -u "+%Y%m%d")" shell: bash - name: Use Maven dependency cache - uses: actions/cache@0865c47f36e68161719c5b124609996bb5c40129 # tag=v3.0.5 + uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c # tag=v3.0.6 with: path: ~/.m2/repository key: ${{ runner.os }}-${{ steps.get-date.outputs.date }}-${{ hashFiles('**/pom.xml') }} diff --git a/pom.xml b/pom.xml index e2d93fd0f..535de1ee3 100644 --- a/pom.xml +++ b/pom.xml @@ -47,13 +47,13 @@ org.junit.jupiter junit-jupiter - 5.8.2 + 5.9.0 test org.junit.platform junit-platform-launcher - 1.8.2 + 1.9.0 test @@ -117,7 +117,7 @@ org.apache.maven.plugins maven-deploy-plugin - 2.8.2 + 3.0.0 org.apache.maven.plugins @@ -175,7 +175,7 @@ com.diffplug.spotless spotless-maven-plugin - 2.23.0 + 2.24.1 diff --git a/sorald-api/pom.xml b/sorald-api/pom.xml index 4b8395ddb..845a86a39 100644 --- a/sorald-api/pom.xml +++ b/sorald-api/pom.xml @@ -70,7 +70,7 @@ org.apache.maven.plugins maven-deploy-plugin - 2.8.2 + 3.0.0 org.apache.maven.plugins @@ -116,7 +116,7 @@ org.apache.maven.plugins maven-assembly-plugin - 3.4.1 + 3.4.2 @@ -197,7 +197,7 @@ com.diffplug.spotless spotless-maven-plugin - 2.23.0 + 2.24.1 diff --git a/sorald/pom.xml b/sorald/pom.xml index c08d6e18d..36d8f433f 100644 --- a/sorald/pom.xml +++ b/sorald/pom.xml @@ -91,7 +91,7 @@ org.apache.maven.plugins maven-deploy-plugin - 2.8.2 + 3.0.0 org.apache.maven.plugins @@ -137,7 +137,7 @@ org.apache.maven.plugins maven-assembly-plugin - 3.4.1 + 3.4.2 @@ -218,7 +218,7 @@ com.diffplug.spotless spotless-maven-plugin - 2.23.0 + 2.24.1