From ba47b9241d023c2c19bd455256f55e6ba147a4c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Feb 2024 14:49:36 +0300 Subject: [PATCH 01/14] Bump net.bytebuddy:byte-buddy from 1.14.11 to 1.14.12 (#334) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tools/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pom.xml b/tools/pom.xml index 34ccf4fa..71887b3e 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -101,7 +101,7 @@ net.bytebuddy byte-buddy - 1.14.11 + 1.14.12 From 720b092a53cbed98700e3528dc51d7f7fa50d36a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Feb 2024 14:49:42 +0300 Subject: [PATCH 02/14] Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.3.0 to 4.8.3.1 (#332) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> From 1602dd9e61b87ca98c637b8d6d7f33a96f32bd82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Feb 2024 14:50:03 +0300 Subject: [PATCH 03/14] Bump actions/create-github-app-token from 1.7.0 to 1.8.0 (#327) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/template.yaml b/.github/workflows/template.yaml index db257100..25206d3c 100644 --- a/.github/workflows/template.yaml +++ b/.github/workflows/template.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - id: orgbot - uses: actions/create-github-app-token@v1.7.0 + uses: actions/create-github-app-token@v1.8.0 with: app-id: ${{ secrets.ORGBOT_APP_ID }} private-key: ${{ secrets.ORGBOT_PRIVATE_KEY }} From abe8c9733aa5a79c28d05905f355c67a4f1f4b53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Feb 2024 14:50:49 +0300 Subject: [PATCH 04/14] Bump ansible-core from 2.15.8 to 2.15.9 in /stack/gear/turing (#339) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- stack/gear/turing/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stack/gear/turing/requirements.txt b/stack/gear/turing/requirements.txt index 7d980aa3..f7e076d6 100644 --- a/stack/gear/turing/requirements.txt +++ b/stack/gear/turing/requirements.txt @@ -1,3 +1,3 @@ -ansible-core==2.15.8 +ansible-core==2.15.9 ansible-lint==6.22.1 yamllint==1.33.0 From 08fd951bab7ee7b9300a878208a255d80e1304b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Feb 2024 14:50:52 +0300 Subject: [PATCH 05/14] Bump yamllint from 1.33.0 to 1.35.1 in /stack/gear/turing (#341) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- stack/gear/turing/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stack/gear/turing/requirements.txt b/stack/gear/turing/requirements.txt index f7e076d6..daa73153 100644 --- a/stack/gear/turing/requirements.txt +++ b/stack/gear/turing/requirements.txt @@ -1,3 +1,3 @@ ansible-core==2.15.9 ansible-lint==6.22.1 -yamllint==1.33.0 +yamllint==1.35.1 From 20618780ce333e437996c9240c8649223bfae4cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Feb 2024 11:51:05 +0000 Subject: [PATCH 06/14] Bump the junit-platform group with 1 update (#318) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tools/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pom.xml b/tools/pom.xml index 71887b3e..63f7b770 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -40,7 +40,7 @@ org.junit junit-bom - 5.10.1 + 5.10.2 import pom From 44a80ff55f1a0b10d980c20a4c2a1454589479b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Feb 2024 11:51:08 +0000 Subject: [PATCH 07/14] Bump ansible-core from 2.16.2 to 2.16.3 in /stack/gear/church (#343) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- stack/gear/church/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stack/gear/church/requirements.txt b/stack/gear/church/requirements.txt index a2abb4d9..0d6506f6 100644 --- a/stack/gear/church/requirements.txt +++ b/stack/gear/church/requirements.txt @@ -1,3 +1,3 @@ -ansible-core==2.16.2 +ansible-core==2.16.3 ansible-lint==6.22.1 yamllint==1.33.0 From d1d1c12a6e189cbb78e476aed4192127e2b555e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Feb 2024 11:51:10 +0000 Subject: [PATCH 08/14] Bump yamllint from 1.33.0 to 1.35.1 in /stack/gear/church (#340) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- stack/gear/church/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stack/gear/church/requirements.txt b/stack/gear/church/requirements.txt index 0d6506f6..ca484dab 100644 --- a/stack/gear/church/requirements.txt +++ b/stack/gear/church/requirements.txt @@ -1,3 +1,3 @@ ansible-core==2.16.3 ansible-lint==6.22.1 -yamllint==1.33.0 +yamllint==1.35.1 From d9f54ce7f3a0cca0d7f24c7cf0379c68e49409af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Feb 2024 11:51:31 +0000 Subject: [PATCH 09/14] Bump org.assertj:assertj-bom from 3.25.2 to 3.25.3 (#319) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tools/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pom.xml b/tools/pom.xml index 63f7b770..a9f6f57a 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -59,7 +59,7 @@ org.assertj assertj-bom - 3.25.2 + 3.25.3 import pom From dc3fe257fe112b13e47e0ee4590d44e93c1ac845 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Feb 2024 11:51:35 +0000 Subject: [PATCH 10/14] Bump AndreasAugustin/actions-template-sync from 1.4.0 to 1.5.0 (#321) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/template.yaml b/.github/workflows/template.yaml index 25206d3c..579993ab 100644 --- a/.github/workflows/template.yaml +++ b/.github/workflows/template.yaml @@ -18,7 +18,7 @@ jobs: with: token: ${{ steps.orgbot.outputs.token }} persist-credentials: false - - uses: AndreasAugustin/actions-template-sync@v1.4.0 + - uses: AndreasAugustin/actions-template-sync@v1.5.0 with: pr_title: Syncing with template source_repo_path: smecalculus/bezmen From e30b6c5fd878a4229dc9d84b7ec366781d7c30da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Feb 2024 11:51:47 +0000 Subject: [PATCH 11/14] Bump org.eclipse.jetty.ee10:jetty-ee10-bom from 12.0.5 to 12.0.6 (#316) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- libs/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/pom.xml b/libs/pom.xml index e5526ff7..a94e7cd8 100644 --- a/libs/pom.xml +++ b/libs/pom.xml @@ -137,7 +137,7 @@ org.eclipse.jetty.ee10 jetty-ee10-bom - 12.0.5 + 12.0.6 import pom From 8acff08aa6b9396dbfa48959d3917298d15ffd6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Feb 2024 11:53:25 +0000 Subject: [PATCH 12/14] Bump actions/download-artifact from 4.1.1 to 4.1.2 (#329) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/beyond-doubt.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/beyond-doubt.yaml b/.github/workflows/beyond-doubt.yaml index 4d086098..40c3faab 100644 --- a/.github/workflows/beyond-doubt.yaml +++ b/.github/workflows/beyond-doubt.yaml @@ -146,7 +146,7 @@ jobs: with: devenv: ${{ matrix.env.dev }} token: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/download-artifact@v4.1.1 + - uses: actions/download-artifact@v4.1.2 continue-on-error: true # it's ok because stack building can be skipped with: name: solution-${{ matrix.purpose }}-${{ matrix.env.ops }} @@ -202,7 +202,7 @@ jobs: with: devenv: ${{ matrix.env.dev }} token: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/download-artifact@v4.1.1 + - uses: actions/download-artifact@v4.1.2 continue-on-error: true # it's ok because stack building can be skipped with: name: solution-${{ matrix.purpose }}-${{ matrix.env.ops }} @@ -230,7 +230,7 @@ jobs: permissions: checks: write steps: - - uses: actions/download-artifact@v4.1.1 + - uses: actions/download-artifact@v4.1.2 with: path: artifacts - uses: mikepenz/action-junit-report@v4.1.0 From bb81d3ad644671c7f159bdd3c8dfd17f907a0c3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Feb 2024 11:53:29 +0000 Subject: [PATCH 13/14] Bump actions/upload-artifact from 4.3.0 to 4.3.1 (#328) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/beyond-doubt.yaml | 4 ++-- .github/workflows/convincing.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/beyond-doubt.yaml b/.github/workflows/beyond-doubt.yaml index 40c3faab..101f30d5 100644 --- a/.github/workflows/beyond-doubt.yaml +++ b/.github/workflows/beyond-doubt.yaml @@ -114,7 +114,7 @@ jobs: -e devenv=${{ matrix.env.dev }} -e purpose=${{ matrix.purpose }} -e opsenv=${{ matrix.env.ops }} - - uses: actions/upload-artifact@v4.3.0 + - uses: actions/upload-artifact@v4.3.1 with: name: solution-${{ matrix.purpose }}-${{ matrix.env.ops }} path: stack/solution/target/image-context @@ -168,7 +168,7 @@ jobs: -e opsenv=${{ matrix.env.ops }} -e reminder=${{ matrix.shard }} -e modulus=2 - - uses: actions/upload-artifact@v4.3.0 + - uses: actions/upload-artifact@v4.3.1 if: ${{ !cancelled() }} with: name: e2e-test-report-${{ matrix.shard }}-${{ matrix.purpose }}-${{ matrix.env.ops }} diff --git a/.github/workflows/convincing.yaml b/.github/workflows/convincing.yaml index 16fa10c9..c9449403 100644 --- a/.github/workflows/convincing.yaml +++ b/.github/workflows/convincing.yaml @@ -73,7 +73,7 @@ jobs: require_tests: "${{ steps.images.outcome == 'failure' }}" fail_on_failure: false job_summary: false - - uses: actions/upload-artifact@v4.3.0 + - uses: actions/upload-artifact@v4.3.1 if: ${{ !cancelled() }} with: name: test-coverage-report From fdf5bdde81b4bc8f71f173c81ca9ff0ea35d1e7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Feb 2024 11:53:52 +0000 Subject: [PATCH 14/14] Bump org.slf4j:slf4j-api from 2.0.11 to 2.0.12 (#322) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>