Skip to content

Commit

Permalink
Merge pull request #184 from buildpacks/fix/bump-maven
Browse files Browse the repository at this point in the history
Bump maven version
  • Loading branch information
samj1912 authored Dec 30, 2023
2 parents e944857 + ca212f7 commit f7cf91c
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 f7cf91c

Please sign in to comment.