Skip to content

Commit

Permalink
Merge branch 'main' into feat/bump-api-version
Browse files Browse the repository at this point in the history
  • Loading branch information
natalieparellano authored Feb 1, 2024
2 parents 8c0866d + f7cf91c commit 4b7d1aa
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 4b7d1aa

Please sign in to comment.