Skip to content

Commit

Permalink
Upgrade default JDKs to 21.0.1, 17.0.9, 11.0.21 and 8u392 (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
Malax authored Oct 19, 2023
1 parent 99c100a commit 4e638be
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Main

## v148

* Upgrade default JDKs to 21.0.1, 17.0.9, 11.0.21 and 8u392. ([#280](https://github.com/heroku/heroku-buildpack-jvm-common/pull/280))

## v147

* Add support for Java 21. ([#276](https://github.com/heroku/heroku-buildpack-jvm-common/pull/276))
Expand Down
8 changes: 4 additions & 4 deletions lib/jvm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

DEFAULT_JDK_VERSION="1.8"

DEFAULT_JDK_1_8_VERSION="1.8.0_382"
DEFAULT_JDK_11_VERSION="11.0.20.1"
DEFAULT_JDK_17_VERSION="17.0.8.1"
DEFAULT_JDK_21_VERSION="21.0.0"
DEFAULT_JDK_1_8_VERSION="1.8.0_392"
DEFAULT_JDK_11_VERSION="11.0.21"
DEFAULT_JDK_17_VERSION="17.0.9"
DEFAULT_JDK_21_VERSION="21.0.1"

# EOL Versions
DEFAULT_JDK_1_7_VERSION="1.7.0_352"
Expand Down

0 comments on commit 4e638be

Please sign in to comment.