File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
140140RUN 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/ \
Original file line number Diff line number Diff 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 ]
You can’t perform that action at this time.
0 commit comments