Skip to content

Commit 98abc99

Browse files
authored
NO-ISSUE: Upgrade Maven to 3.9.11 (#2871)
1 parent 81b1f09 commit 98abc99

17 files changed

Lines changed: 55 additions & 27 deletions

File tree

.ci/incubator-kie-tools-ci-build.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ RUN curl -s "https://get.sdkman.io" | bash && \
9595
source "$HOME/.sdkman/bin/sdkman-init.sh" && \
9696
sdk install java 17.0.11-tem && \
9797
sudo update-alternatives --install /usr/local/bin/java java $(which java) 1 && \
98-
sdk install maven 3.9.6 && \
98+
sdk install maven 3.9.11 && \
9999
sudo update-alternatives --install /usr/local/bin/mvn mvn $(which mvn) 1 && \
100100
sdk flush
101101

.github/actions/setup-env/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ runs:
8585
- name: "Set up Maven"
8686
uses: stCarolas/setup-maven@v5
8787
with:
88-
maven-version: 3.9.6
88+
maven-version: 3.9.11
8989

9090
- uses: actions/setup-python@v5
9191
with:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ To build and test all packages on this repository, you're going to need:
4747

4848
- Node.js `22` _(To install, follow these instructions: https://nodejs.org/en/download/package-manager/)_
4949
- pnpm `9.3.0` _(To install, follow these instructions: https://pnpm.io/installation#using-npm)_
50-
- Maven `3.9.6`
50+
- Maven `3.9.11`
5151
- Java `17`
5252
- Go `1.24.10` _(To install, follow these instructions: https://go.dev/doc/install)_
5353
- Python `3.12` _(To install, follow these instructions: https://www.python.org/downloads/)_

devbox.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages": {
44
"temurin-bin-17": "17.0.9",
55
"nodejs": "22.14.0",
6-
"maven": "3.9.6",
6+
"maven": "3.9.11",
77
"kubernetes-helm": "3.13.3",
88
"gnumake": "4.4.1",
99
"go": "1.24.10",

devbox.lock

Lines changed: 36 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -141,23 +141,51 @@
141141
}
142142
}
143143
},
144-
"maven@3.9.6": {
145-
"last_modified": "2024-06-12T20:55:33Z",
146-
"resolved": "github:NixOS/nixpkgs/a9858885e197f984d92d7fe64e9fff6b2e488d40#maven",
144+
"maven@3.9.11": {
145+
"last_modified": "2025-11-23T21:50:36Z",
146+
"resolved": "github:NixOS/nixpkgs/ee09932cedcef15aaf476f9343d1dea2cb77e261#maven",
147147
"source": "devbox-search",
148-
"version": "3.9.6",
148+
"version": "3.9.11",
149149
"systems": {
150150
"aarch64-darwin": {
151-
"store_path": "/nix/store/anjg4vldn49by6biv5xnhqq1mg34pbf2-apache-maven-3.9.6"
151+
"outputs": [
152+
{
153+
"name": "out",
154+
"path": "/nix/store/xqja439g5mrggz87a4f4hp9rdwjmkwj4-maven-3.9.11",
155+
"default": true
156+
}
157+
],
158+
"store_path": "/nix/store/xqja439g5mrggz87a4f4hp9rdwjmkwj4-maven-3.9.11"
152159
},
153160
"aarch64-linux": {
154-
"store_path": "/nix/store/x0b2lf5938xbqkmyy0dy3m5scbzhn758-apache-maven-3.9.6"
161+
"outputs": [
162+
{
163+
"name": "out",
164+
"path": "/nix/store/sjhc4f9kvcr9vz3skyl3dvhir2dby2f1-maven-3.9.11",
165+
"default": true
166+
}
167+
],
168+
"store_path": "/nix/store/sjhc4f9kvcr9vz3skyl3dvhir2dby2f1-maven-3.9.11"
155169
},
156170
"x86_64-darwin": {
157-
"store_path": "/nix/store/w6crqg0hzr9ywg4nfkiqhkfy9rscq5pz-apache-maven-3.9.6"
171+
"outputs": [
172+
{
173+
"name": "out",
174+
"path": "/nix/store/90qdbpmykzmgxm2df56axf8lxh1bdv5k-maven-3.9.11",
175+
"default": true
176+
}
177+
],
178+
"store_path": "/nix/store/90qdbpmykzmgxm2df56axf8lxh1bdv5k-maven-3.9.11"
158179
},
159180
"x86_64-linux": {
160-
"store_path": "/nix/store/21kyz6bqsr97gjd3lc8g600zc1cksd1d-apache-maven-3.9.6"
181+
"outputs": [
182+
{
183+
"name": "out",
184+
"path": "/nix/store/4djac4688b16msvhkmyp217ad9kc1m5s-maven-3.9.11",
185+
"default": true
186+
}
187+
],
188+
"store_path": "/nix/store/4djac4688b16msvhkmyp217ad9kc1m5s-maven-3.9.11"
161189
}
162190
}
163191
},

examples/process-accelerator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ quarkus.log.category."org.kie.kogito".level=DEBUG
285285

286286
- Java 17 installed
287287
- Environment variable `JAVA_HOME` set accordingly
288-
- Maven 3.9.6 installed
288+
- Maven 3.9.11 installed
289289
- Docker and Docker Compose to run the required example infrastructure.
290290

291291
### Infrastructure Services

examples/process-business-calendar/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ You will need:
9090

9191
- Java 17+ installed
9292
- Environment variable JAVA_HOME set accordingly
93-
- Maven 3.9.6+ installed
93+
- Maven 3.9.11 installed
9494

9595
### Compile and Run in Local Dev Mode
9696

examples/process-compact-architecture/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ docker compose down
248248

249249
- Java 17 installed
250250
- Environment variable `JAVA_HOME` set accordingly
251-
- Maven 3.9.6 installed
251+
- Maven 3.9.11 installed
252252
- Docker and Docker Compose to run the required example infrastructure.
253253

254254
### Infrastructure Services

examples/process-event-driven/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ docker compose down
122122

123123
- Java 17 installed
124124
- Environment variable `JAVA_HOME` set accordingly
125-
- Maven 3.9.6 installed
125+
- Maven 3.9.11 installed
126126
- Docker and Docker Compose to run the required example infrastructure.
127127

128128
### Compile and Run in local development mode

examples/process-security/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ docker compose down
111111

112112
- Java 17 installed
113113
- Environment variable `JAVA_HOME` set accordingly
114-
- Maven 3.9.6 installed
114+
- Maven 3.9.11 installed
115115
- Docker and Docker Compose to run the required example infrastructure.
116116

117117
### Compile and Run in local development mode

0 commit comments

Comments
 (0)