Skip to content

Commit

Permalink
Bump Maven version to 3.9.8 (#122)
Browse files Browse the repository at this point in the history
* chore: Update the value of ARG MAVEN_VERSION in the Dockerfile

Made with ❤️️ by updatecli

* chore: Update test harness with new Maven version

Made with ❤️️ by updatecli

---------

Co-authored-by: Jenkins Infra Bot (updatecli) <60776566+jenkins-infra-bot@users.noreply.github.com>
  • Loading branch information
1 parent 655d99b commit 44de81f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ RUN update-alternatives --install /usr/bin/java java "${JAVA_HOME}"/bin/java 100
&& java -version

## Maven is required for Debian packaging step (at least)
ARG MAVEN_VERSION=3.9.7
ARG MAVEN_VERSION=3.9.8
RUN curl --fail --silent --location --show-error --output "/tmp/apache-maven-${MAVEN_VERSION}-bin.tar.gz" \
"https://archive.apache.org/dist/maven/maven-3/${MAVEN_VERSION}/binaries/apache-maven-${MAVEN_VERSION}-bin.tar.gz" \
&& tar zxf "/tmp/apache-maven-${MAVEN_VERSION}-bin.tar.gz" -C /usr/share/ \
Expand Down
2 changes: 1 addition & 1 deletion cst.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ commandTests:
- name: "Check that 'maven' and `java` are present in the PATH and default to JDK11 + 3.8.6"
command: "mvn"
args: ["-v"]
expectedOutput: ["Java version: 17.", 3.9.7]
expectedOutput: ["Java version: 17.", 3.9.8]

0 comments on commit 44de81f

Please sign in to comment.