Skip to content

Commit 873d21a

Browse files
Bump Maven version to 3.9.12 (#221)
Co-authored-by: Jenkins Infra Bot (updatecli) <60776566+jenkins-infra-bot@users.noreply.github.com>
1 parent 7382f63 commit 873d21a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ RUN update-alternatives --install /usr/bin/java java "${JAVA_HOME}"/bin/java 100
136136
&& java -version
137137

138138
## Maven is required for Debian packaging step (at least)
139-
ARG MAVEN_VERSION=3.9.11
139+
ARG MAVEN_VERSION=3.9.12
140140
RUN curl --fail --silent --location --show-error --output "/tmp/apache-maven-${MAVEN_VERSION}-bin.tar.gz" \
141141
"https://archive.apache.org/dist/maven/maven-3/${MAVEN_VERSION}/binaries/apache-maven-${MAVEN_VERSION}-bin.tar.gz" \
142142
&& tar zxf "/tmp/apache-maven-${MAVEN_VERSION}-bin.tar.gz" -C /usr/share/ \

cst.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,4 @@ commandTests:
8181
- name: Check that `maven` and `java` are present in the PATH and default to JDK 21 and 3.9.11
8282
command: "mvn"
8383
args: ["-v"]
84-
expectedOutput: ["Java version: 21.", 3.9.11]
84+
expectedOutput: ["Java version: 21.", 3.9.12]

0 commit comments

Comments
 (0)