From dd4f87b54c9ed61492e4bd3bb7373b5a00f246ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 17:21:09 +0000 Subject: [PATCH 1/3] Bump the java-production-dependencies group with 4 updates (#3359) --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index a39bdd080..d6d08e5bf 100644 --- a/pom.xml +++ b/pom.xml @@ -44,14 +44,14 @@ 3.14.0 - 2.50 + 2.51 2.2 33.0.0-jre 2.16.1 21.0.1 4.4.0 9.37.3 - 1.5.0 + 1.5.2 2.0.12 0.8.0 1.8.2 From f783f5d5ec5d62f5332e60dbc5eb06d182433498 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 17:21:45 +0000 Subject: [PATCH 2/3] Bump the java-test-dependencies group with 1 update (#3358) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d6d08e5bf..0ddf03d29 100644 --- a/pom.xml +++ b/pom.xml @@ -58,7 +58,7 @@ 5.10.2 - 5.10.0 + 5.11.0 2.2 From c719982ef3d14cbb715abfde84a40d1b8bba3dfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 17:24:28 +0000 Subject: [PATCH 3/3] Bump the github-actions group with 1 update (#3354) --- .github/workflows/get-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/get-version.yml b/.github/workflows/get-version.yml index cbb463824..3dab1ce8b 100644 --- a/.github/workflows/get-version.yml +++ b/.github/workflows/get-version.yml @@ -71,6 +71,6 @@ jobs: echo "revNum=${REVCOUNT}" >> $GITHUB_OUTPUT echo "type=${TYPE}" >> $GITHUB_OUTPUT - name: Validate Version - uses: skymatic/semver-validation-action@v2 + uses: skymatic/semver-validation-action@v3 with: version: ${{ steps.versions.outputs.semVerStr }} \ No newline at end of file