Skip to content

Commit ea49f92

Browse files
Prepare release v6.2.1 (#800)
## heroku/gradle - No changes. ## heroku/java ### Changed - Updated `heroku/gradle` to `6.2.1`. - Updated `heroku/jvm` to `6.2.1`. - Updated `heroku/maven` to `6.2.1`. ## heroku/java-function ### Changed - Updated `heroku/jvm-function-invoker` to `6.2.1`. - Updated `heroku/jvm` to `6.2.1`. - Updated `heroku/maven` to `6.2.1`. ## heroku/jvm ### Added - Support for new OpenJDK versions: `1.8.0_452`, `11.0.27`, `17.0.15`, `21.0.7`, `24.0.1`. ([#799](#799)) ### Changed - Default version for **OpenJDK 8** is now `1.8.0_452`. ([#799](#799)) - Default version for **OpenJDK 11** is now `11.0.27`. ([#799](#799)) - Default version for **OpenJDK 17** is now `17.0.15`. ([#799](#799)) - Default version for **OpenJDK 21** is now `21.0.7`. ([#799](#799)) - Default version for **OpenJDK 24** is now `24.0.1`. ([#799](#799)) ## heroku/jvm-function-invoker - No changes. ## heroku/maven - No changes. ## heroku/sbt - No changes. ## heroku/scala ### Changed - Updated `heroku/jvm` to `6.2.1`. - Updated `heroku/sbt` to `6.2.1`. Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent a0cc520 commit ea49f92

File tree

16 files changed

+74
-25
lines changed

16 files changed

+74
-25
lines changed

buildpacks/gradle/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [6.2.1] - 2025-04-28
11+
12+
- No changes.
13+
1014
## [6.2.0] - 2025-04-22
1115

1216
### Changed
@@ -108,7 +112,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
108112

109113
- Initial release
110114

111-
[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v6.2.0...HEAD
115+
[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v6.2.1...HEAD
116+
[6.2.1]: https://github.com/heroku/buildpacks-jvm/compare/v6.2.0...v6.2.1
112117
[6.2.0]: https://github.com/heroku/buildpacks-jvm/compare/v6.1.2...v6.2.0
113118
[6.1.2]: https://github.com/heroku/buildpacks-jvm/compare/v6.1.1...v6.1.2
114119
[6.1.1]: https://github.com/heroku/buildpacks-jvm/compare/v6.1.0...v6.1.1

buildpacks/gradle/buildpack.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ api = "0.10"
22

33
[buildpack]
44
id = "heroku/gradle"
5-
version = "6.2.0"
5+
version = "6.2.1"
66
name = "Heroku Gradle"
77
homepage = "https://github.com/heroku/buildpacks-jvm"
88
description = "Heroku's Gradle buildpack. A component of the 'heroku/java' buildpack."

buildpacks/jvm-function-invoker/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [6.2.1] - 2025-04-28
11+
12+
- No changes.
13+
1014
## [6.2.0] - 2025-04-22
1115

1216
- No changes.
@@ -337,7 +341,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
337341

338342
- Initial release.
339343

340-
[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v6.2.0...HEAD
344+
[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v6.2.1...HEAD
345+
[6.2.1]: https://github.com/heroku/buildpacks-jvm/compare/v6.2.0...v6.2.1
341346
[6.2.0]: https://github.com/heroku/buildpacks-jvm/compare/v6.1.2...v6.2.0
342347
[6.1.2]: https://github.com/heroku/buildpacks-jvm/compare/v6.1.1...v6.1.2
343348
[6.1.1]: https://github.com/heroku/buildpacks-jvm/compare/v6.1.0...v6.1.1

buildpacks/jvm-function-invoker/buildpack.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ api = "0.10"
22

33
[buildpack]
44
id = "heroku/jvm-function-invoker"
5-
version = "6.2.0"
5+
version = "6.2.1"
66
name = "Salesforce JVM Function Invoker"
77
homepage = "https://github.com/heroku/buildpacks-jvm"
88
description = "Salesforce's JVM function invoker buildpack. A component of the 'heroku/java-function' buildpack."

buildpacks/jvm/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [6.2.1] - 2025-04-28
11+
1012
### Added
1113

1214
- Support for new OpenJDK versions: `1.8.0_452`, `11.0.27`, `17.0.15`, `21.0.7`, `24.0.1`. ([#799](https://github.com/heroku/buildpacks-jvm/pull/799))
@@ -468,7 +470,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
468470

469471
- Initial release
470472

471-
[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v6.2.0...HEAD
473+
[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v6.2.1...HEAD
474+
[6.2.1]: https://github.com/heroku/buildpacks-jvm/compare/v6.2.0...v6.2.1
472475
[6.2.0]: https://github.com/heroku/buildpacks-jvm/compare/v6.1.2...v6.2.0
473476
[6.1.2]: https://github.com/heroku/buildpacks-jvm/compare/v6.1.1...v6.1.2
474477
[6.1.1]: https://github.com/heroku/buildpacks-jvm/compare/v6.1.0...v6.1.1

buildpacks/jvm/buildpack.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ api = "0.10"
22

33
[buildpack]
44
id = "heroku/jvm"
5-
version = "6.2.0"
5+
version = "6.2.1"
66
name = "Heroku OpenJDK"
77
homepage = "https://github.com/heroku/buildpacks-jvm"
88
description = "Heroku's OpenJDK buildpack. A component of the 'heroku/java' and 'heroku/scala' buildpacks."

buildpacks/maven/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [6.2.1] - 2025-04-28
11+
12+
- No changes.
13+
1014
## [6.2.0] - 2025-04-22
1115

1216
### Changed
@@ -237,7 +241,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
237241

238242
- Initial release
239243

240-
[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v6.2.0...HEAD
244+
[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v6.2.1...HEAD
245+
[6.2.1]: https://github.com/heroku/buildpacks-jvm/compare/v6.2.0...v6.2.1
241246
[6.2.0]: https://github.com/heroku/buildpacks-jvm/compare/v6.1.2...v6.2.0
242247
[6.1.2]: https://github.com/heroku/buildpacks-jvm/compare/v6.1.1...v6.1.2
243248
[6.1.1]: https://github.com/heroku/buildpacks-jvm/compare/v6.1.0...v6.1.1

buildpacks/maven/buildpack.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ api = "0.10"
22

33
[buildpack]
44
id = "heroku/maven"
5-
version = "6.2.0"
5+
version = "6.2.1"
66
name = "Heroku Maven"
77
homepage = "https://github.com/heroku/buildpacks-jvm"
88
description = "Heroku's Maven buildpack. A component of the 'heroku/java' buildpack."

buildpacks/sbt/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [6.2.1] - 2025-04-28
11+
12+
- No changes.
13+
1014
## [6.2.0] - 2025-04-22
1115

1216
### Changed
@@ -131,7 +135,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
131135

132136
- Initial release
133137

134-
[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v6.2.0...HEAD
138+
[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v6.2.1...HEAD
139+
[6.2.1]: https://github.com/heroku/buildpacks-jvm/compare/v6.2.0...v6.2.1
135140
[6.2.0]: https://github.com/heroku/buildpacks-jvm/compare/v6.1.2...v6.2.0
136141
[6.1.2]: https://github.com/heroku/buildpacks-jvm/compare/v6.1.1...v6.1.2
137142
[6.1.1]: https://github.com/heroku/buildpacks-jvm/compare/v6.1.0...v6.1.1

buildpacks/sbt/buildpack.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ api = "0.10"
22

33
[buildpack]
44
id = "heroku/sbt"
5-
version = "6.2.0"
5+
version = "6.2.1"
66
name = "Heroku sbt"
77
homepage = "https://github.com/heroku/buildpacks-jvm"
88
description = "Heroku's sbt buildpack. A component of the 'heroku/scala' buildpack."

meta-buildpacks/java-function/CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [6.2.1] - 2025-04-28
11+
12+
### Changed
13+
14+
- Updated `heroku/jvm-function-invoker` to `6.2.1`.
15+
- Updated `heroku/jvm` to `6.2.1`.
16+
- Updated `heroku/maven` to `6.2.1`.
17+
1018
## [6.2.0] - 2025-04-22
1119

1220
### Changed
@@ -523,7 +531,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
523531

524532
- Initial release
525533

526-
[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v6.2.0...HEAD
534+
[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v6.2.1...HEAD
535+
[6.2.1]: https://github.com/heroku/buildpacks-jvm/compare/v6.2.0...v6.2.1
527536
[6.2.0]: https://github.com/heroku/buildpacks-jvm/compare/v6.1.2...v6.2.0
528537
[6.1.2]: https://github.com/heroku/buildpacks-jvm/compare/v6.1.1...v6.1.2
529538
[6.1.1]: https://github.com/heroku/buildpacks-jvm/compare/v6.1.0...v6.1.1

meta-buildpacks/java-function/buildpack.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ api = "0.10"
22

33
[buildpack]
44
id = "heroku/java-function"
5-
version = "6.2.0"
5+
version = "6.2.1"
66
name = "Salesforce Java Function"
77
homepage = "https://github.com/heroku/buildpacks-jvm"
88
description = "Salesforce's buildpack for Java Functions."
@@ -14,15 +14,15 @@ type = "BSD-3-Clause"
1414

1515
[[order.group]]
1616
id = "heroku/jvm"
17-
version = "6.2.0"
17+
version = "6.2.1"
1818

1919
[[order.group]]
2020
id = "heroku/maven"
21-
version = "6.2.0"
21+
version = "6.2.1"
2222

2323
[[order.group]]
2424
id = "heroku/jvm-function-invoker"
25-
version = "6.2.0"
25+
version = "6.2.1"
2626

2727
[metadata.release]
2828
image = { repository = "docker.io/heroku/buildpack-java-function" }

meta-buildpacks/java/CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [6.2.1] - 2025-04-28
11+
12+
### Changed
13+
14+
- Updated `heroku/gradle` to `6.2.1`.
15+
- Updated `heroku/jvm` to `6.2.1`.
16+
- Updated `heroku/maven` to `6.2.1`.
17+
1018
## [6.2.0] - 2025-04-22
1119

1220
### Changed
@@ -429,7 +437,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
429437

430438
- Initial release
431439

432-
[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v6.2.0...HEAD
440+
[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v6.2.1...HEAD
441+
[6.2.1]: https://github.com/heroku/buildpacks-jvm/compare/v6.2.0...v6.2.1
433442
[6.2.0]: https://github.com/heroku/buildpacks-jvm/compare/v6.1.2...v6.2.0
434443
[6.1.2]: https://github.com/heroku/buildpacks-jvm/compare/v6.1.1...v6.1.2
435444
[6.1.1]: https://github.com/heroku/buildpacks-jvm/compare/v6.1.0...v6.1.1

meta-buildpacks/java/buildpack.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ api = "0.10"
22

33
[buildpack]
44
id = "heroku/java"
5-
version = "6.2.0"
5+
version = "6.2.1"
66
name = "Heroku Java"
77
homepage = "https://github.com/heroku/buildpacks-jvm"
88
description = "Heroku's buildpack for Java applications."
@@ -15,21 +15,21 @@ type = "BSD-3-Clause"
1515

1616
[[order.group]]
1717
id = "heroku/jvm"
18-
version = "6.2.0"
18+
version = "6.2.1"
1919

2020
[[order.group]]
2121
id = "heroku/maven"
22-
version = "6.2.0"
22+
version = "6.2.1"
2323

2424
[[order]]
2525

2626
[[order.group]]
2727
id = "heroku/jvm"
28-
version = "6.2.0"
28+
version = "6.2.1"
2929

3030
[[order.group]]
3131
id = "heroku/gradle"
32-
version = "6.2.0"
32+
version = "6.2.1"
3333

3434
[metadata.release]
3535
image = { repository = "docker.io/heroku/buildpack-java" }

meta-buildpacks/scala/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [6.2.1] - 2025-04-28
11+
12+
### Changed
13+
14+
- Updated `heroku/jvm` to `6.2.1`.
15+
- Updated `heroku/sbt` to `6.2.1`.
16+
1017
## [6.2.0] - 2025-04-22
1118

1219
### Changed
@@ -188,7 +195,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
188195

189196
- Initial release
190197

191-
[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v6.2.0...HEAD
198+
[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v6.2.1...HEAD
199+
[6.2.1]: https://github.com/heroku/buildpacks-jvm/compare/v6.2.0...v6.2.1
192200
[6.2.0]: https://github.com/heroku/buildpacks-jvm/compare/v6.1.2...v6.2.0
193201
[6.1.2]: https://github.com/heroku/buildpacks-jvm/compare/v6.1.1...v6.1.2
194202
[6.1.1]: https://github.com/heroku/buildpacks-jvm/compare/v6.1.0...v6.1.1

meta-buildpacks/scala/buildpack.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ api = "0.10"
22

33
[buildpack]
44
id = "heroku/scala"
5-
version = "6.2.0"
5+
version = "6.2.1"
66
name = "Heroku Scala"
77
homepage = "https://github.com/heroku/buildpacks-jvm"
88
description = "Heroku's buildpack for Scala applications."
@@ -15,11 +15,11 @@ type = "BSD-3-Clause"
1515

1616
[[order.group]]
1717
id = "heroku/jvm"
18-
version = "6.2.0"
18+
version = "6.2.1"
1919

2020
[[order.group]]
2121
id = "heroku/sbt"
22-
version = "6.2.0"
22+
version = "6.2.1"
2323

2424
[metadata.release]
2525
image = { repository = "docker.io/heroku/buildpack-scala" }

0 commit comments

Comments
 (0)