Skip to content

Commit

Permalink
OpenJDK Q2 2024 updates (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
runesoerensen authored May 1, 2024
1 parent 4e6e100 commit cd51922
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## [Unreleased]

* Upgrade default JDKs to 22.0.1, 21.0.3, 17.0.11, 11.0.23 and 8u412. ([#296](https://github.com/heroku/heroku-buildpack-jvm-common/pull/296))

## [v151] - 2024-03-22

Expand Down
10 changes: 5 additions & 5 deletions lib/jvm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

DEFAULT_JDK_VERSION="1.8"

DEFAULT_JDK_1_8_VERSION="1.8.0_402"
DEFAULT_JDK_11_VERSION="11.0.22"
DEFAULT_JDK_17_VERSION="17.0.10"
DEFAULT_JDK_21_VERSION="21.0.2"
DEFAULT_JDK_22_VERSION="22.0.0"
DEFAULT_JDK_1_8_VERSION="1.8.0_412"
DEFAULT_JDK_11_VERSION="11.0.23"
DEFAULT_JDK_17_VERSION="17.0.11"
DEFAULT_JDK_21_VERSION="21.0.3"
DEFAULT_JDK_22_VERSION="22.0.1"

# EOL Versions
DEFAULT_JDK_1_7_VERSION="1.7.0_352"
Expand Down

0 comments on commit cd51922

Please sign in to comment.