From 8f5ea6e46987118124d1d3c5d2f43e0e0b050ee5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Jul 2022 17:50:57 +0000 Subject: [PATCH 1/6] chore(deps): update dependency org.apache.maven.plugins:maven-deploy-plugin to v3 --- pom.xml | 2 +- sorald-api/pom.xml | 2 +- sorald/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index e2d93fd0f..1fa9eeb50 100644 --- a/pom.xml +++ b/pom.xml @@ -117,7 +117,7 @@ org.apache.maven.plugins maven-deploy-plugin - 2.8.2 + 3.0.0 org.apache.maven.plugins diff --git a/sorald-api/pom.xml b/sorald-api/pom.xml index 4b8395ddb..b94f55d9e 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 diff --git a/sorald/pom.xml b/sorald/pom.xml index c08d6e18d..54ad1530d 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 From 4b9aa0bca61dc9742ec64f25ca5b8f44e37d8400 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 Jul 2022 17:38:02 +0000 Subject: [PATCH 2/6] chore(deps): update dependency org.apache.maven.plugins:maven-assembly-plugin to v3.4.2 --- sorald-api/pom.xml | 2 +- sorald/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sorald-api/pom.xml b/sorald-api/pom.xml index 4b8395ddb..e78c667c1 100644 --- a/sorald-api/pom.xml +++ b/sorald-api/pom.xml @@ -116,7 +116,7 @@ org.apache.maven.plugins maven-assembly-plugin - 3.4.1 + 3.4.2 diff --git a/sorald/pom.xml b/sorald/pom.xml index c08d6e18d..72cbf6f34 100644 --- a/sorald/pom.xml +++ b/sorald/pom.xml @@ -137,7 +137,7 @@ org.apache.maven.plugins maven-assembly-plugin - 3.4.1 + 3.4.2 From d9022dd281ad541674630211e8410754026ea0f3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Jul 2022 22:11:26 +0000 Subject: [PATCH 3/6] chore(deps): update junit5 monorepo --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index e2d93fd0f..6f3c23e52 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 From 8d1276f29cb335f903a0394a200974d2fc71a77e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Aug 2022 15:59:24 +0000 Subject: [PATCH 4/6] chore(deps): update actions/setup-python action to v4.2.0 --- .github/workflows/support.yml | 2 +- .github/workflows/tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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..5a2da0894 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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 From a242cd97c3c90740e66a066d4c1a06ab90472c1f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Aug 2022 12:06:31 +0000 Subject: [PATCH 5/6] chore(deps): update actions/cache action to v3.0.6 --- .github/workflows/tests.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c21d125ff..8fb166ffe 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 @@ -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') }} From 73ed2e42b07c8e235c0859059edb3d0b2109c8e1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Aug 2022 02:15:28 +0000 Subject: [PATCH 6/6] chore(deps): update dependency com.diffplug.spotless:spotless-maven-plugin to v2.24.1 --- pom.xml | 2 +- sorald-api/pom.xml | 2 +- sorald/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index e2d93fd0f..f350ca964 100644 --- a/pom.xml +++ b/pom.xml @@ -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..89e64203d 100644 --- a/sorald-api/pom.xml +++ b/sorald-api/pom.xml @@ -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..ffe9dc222 100644 --- a/sorald/pom.xml +++ b/sorald/pom.xml @@ -218,7 +218,7 @@ com.diffplug.spotless spotless-maven-plugin - 2.23.0 + 2.24.1