From b0959e82bb18537f03650111b6b55d0001c80dad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 14:23:56 +0000 Subject: [PATCH 1/2] Bump mavenVersion from 4.0.0-rc-2 to 4.0.0-rc-3 Bumps `mavenVersion` from 4.0.0-rc-2 to 4.0.0-rc-3. Updates `org.apache.maven:maven-api-core` from 4.0.0-rc-2 to 4.0.0-rc-3 - [Release notes](https://github.com/apache/maven/releases) - [Commits](https://github.com/apache/maven/compare/maven-4.0.0-rc-2...maven-4.0.0-rc-3) Updates `org.apache.maven:maven-core` from 4.0.0-rc-2 to 4.0.0-rc-3 - [Release notes](https://github.com/apache/maven/releases) - [Commits](https://github.com/apache/maven/compare/maven-4.0.0-rc-2...maven-4.0.0-rc-3) Updates `org.apache.maven:maven-impl` from 4.0.0-rc-2 to 4.0.0-rc-3 - [Release notes](https://github.com/apache/maven/releases) - [Commits](https://github.com/apache/maven/compare/maven-4.0.0-rc-2...maven-4.0.0-rc-3) Updates `org.apache.maven:maven-xml` from 4.0.0-rc-2 to 4.0.0-rc-3 - [Release notes](https://github.com/apache/maven/releases) - [Commits](https://github.com/apache/maven/compare/maven-4.0.0-rc-2...maven-4.0.0-rc-3) --- updated-dependencies: - dependency-name: org.apache.maven:maven-api-core dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.maven:maven-core dependency-type: direct:development update-type: version-update:semver-patch - dependency-name: org.apache.maven:maven-impl dependency-type: direct:development update-type: version-update:semver-patch - dependency-name: org.apache.maven:maven-xml dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c81ba8d62..a5be4a429 100644 --- a/pom.xml +++ b/pom.xml @@ -82,7 +82,7 @@ under the License. 17 - 4.0.0-rc-2 + 4.0.0-rc-3 9.7.1 6.0.0 From 078234cc76299d955fb30fff980438ca7efca749 Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Tue, 11 Mar 2025 00:33:14 +0100 Subject: [PATCH 2/2] adjust ci --- .github/workflows/maven-verify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml index 9bffbd186..511df70f7 100644 --- a/.github/workflows/maven-verify.yml +++ b/.github/workflows/maven-verify.yml @@ -28,4 +28,4 @@ jobs: with: jdk-distribution-matrix: '[ "temurin", "zulu", "microsoft", "adopt-openj9" ]' maven4-build: true - maven4-version: '4.0.0-rc-2' # the same as used in project + maven4-version: '4.0.0-rc-3' # the same as used in project