Skip to content

Commit

Permalink
Bump maven version
Browse files Browse the repository at this point in the history
Older versions of maven are no longer available at the download
URL.

Signed-off-by: Aidan Delaney <adelaney21@bloomberg.net>
  • Loading branch information
AidanDelaney committed Dec 30, 2023
1 parent e944857 commit ca212f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildpacks/java-maven/bin/build
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ if [[ -r /etc/alpine-release ]]; then
jdk_version="1.8.0_222"
fi

maven_url="https://apache.org/dist/maven/maven-3/3.5.4/binaries/apache-maven-3.5.4-bin.tar.gz"
maven_version="3.5.4"
maven_url="https://apache.org/dist/maven/maven-3/3.9.6/binaries/apache-maven-3.9.6-bin.tar.gz"
maven_version="3.9.6"

echo "---> Installing JDK"

Expand Down

0 comments on commit ca212f7

Please sign in to comment.