This is an automated email from the ASF dual-hosted git repository.

yamer pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-pipelines.git


The following commit(s) were added to refs/heads/main by this push:
     new 20dc94af NO-ISSUE: Upgrading maven to `3.9.11` (#1292)
20dc94af is described below

commit 20dc94afba3b5e612c01da68d865ade07a307bfa
Author: Yeser Amer <[email protected]>
AuthorDate: Wed Dec 17 18:10:55 2025 +0100

    NO-ISSUE: Upgrading maven to `3.9.11` (#1292)
---
 .ci/actions/maven/action.yml            | 2 +-
 apache-nodes/Dockerfile.kogito-ci-build | 2 +-
 docs/jenkins.md                         | 2 +-
 tools/zip-sources-files/BUILD           | 2 +-
 tools/zip-sources-files/build.sh        | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.ci/actions/maven/action.yml b/.ci/actions/maven/action.yml
index e2e55430..6b2fbc6c 100644
--- a/.ci/actions/maven/action.yml
+++ b/.ci/actions/maven/action.yml
@@ -7,7 +7,7 @@ inputs:
     required: false
   maven-version:
     description: "the maven version"
-    default: "3.9.6"
+    default: "3.9.11"
     required: false
   cache-key-prefix:
     description: "the cache key"
diff --git a/apache-nodes/Dockerfile.kogito-ci-build 
b/apache-nodes/Dockerfile.kogito-ci-build
index 91ab0c88..37452fd3 100644
--- a/apache-nodes/Dockerfile.kogito-ci-build
+++ b/apache-nodes/Dockerfile.kogito-ci-build
@@ -3,7 +3,7 @@ FROM cruizba/ubuntu-dind:jammy-26.1.4
 SHELL ["/bin/bash", "-c"]
 
 ARG SDKMAN_JAVA="17.0.11-tem"
-ARG SDKMAN_MAVEN="3.9.6"
+ARG SDKMAN_MAVEN="3.9.11"
 ARG PYTHON_MAJOR_VERSION="3"
 ARG PYTHON_MAJOR_MINOR_VERSION="3.11"
 ARG DOCKER_VERSION="24.0.7"
diff --git a/docs/jenkins.md b/docs/jenkins.md
index c61b809f..47d3a626 100644
--- a/docs/jenkins.md
+++ b/docs/jenkins.md
@@ -194,7 +194,7 @@ jenkins:
   email_creds_id: KOGITO_CI_EMAIL_TO_PERSO
   default_tools:
     jdk: jdk_17_latest
-    maven: maven_3.9.6
+    maven: maven_3.9.11
 
 ```
 
diff --git a/tools/zip-sources-files/BUILD b/tools/zip-sources-files/BUILD
index ac208707..b78364f6 100644
--- a/tools/zip-sources-files/BUILD
+++ b/tools/zip-sources-files/BUILD
@@ -13,7 +13,7 @@ If you prefer to build manually, follow these steps:
 
 Prerequisites
 - Temurin JDK 17.0.11
-- Maven 3.9.6
+- Maven 3.9.11
 - GraalVM for JDK 17
 - Docker 25+
 - Python 3.12.5
diff --git a/tools/zip-sources-files/build.sh b/tools/zip-sources-files/build.sh
index d59dcdad..69d11c9e 100755
--- a/tools/zip-sources-files/build.sh
+++ b/tools/zip-sources-files/build.sh
@@ -5,7 +5,7 @@
 check_requirements() {
     local requirements=(
         "java:17.0.11"
-        "mvn:3.9.6"
+        "mvn:3.9.11"
         "docker:25"
         "python3:3.12"
         "make:4.3"


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to