Skip to content

Commit

Permalink
Add support for Java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
Malax committed Sep 20, 2023
1 parent 8d6e94e commit 2a447e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions buildpacks/jvm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

* Support for Java 21. ([#585](https://github.com/heroku/buildpacks-jvm/pull/585))

## [3.1.0] - 2023-09-18

* Default version for **OpenJDK 11** is now `11.0.20.1`. ([#582](https://github.com/heroku/buildpacks-jvm/pull/582))
Expand Down
1 change: 1 addition & 0 deletions buildpacks/jvm/src/version.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ pub(crate) fn normalize_version_string<S: Into<String>>(
"18" => "18.0.2.1",
"19" => "19.0.2",
"20" => "20.0.2",
"21" => "21.0.0",
other => other,
};

Expand Down

0 comments on commit 2a447e8

Please sign in to comment.