Skip to content

Commit bd686fd

Browse files
Prepare release v6.0.4 (#756)
## heroku/gradle - No changes. ## heroku/java ### Changed - Updated `heroku/gradle` to `6.0.4`. - Updated `heroku/jvm` to `6.0.4`. - Updated `heroku/maven` to `6.0.4`. ## heroku/java-function ### Changed - Updated `heroku/jvm-function-invoker` to `6.0.4`. - Updated `heroku/jvm` to `6.0.4`. - Updated `heroku/maven` to `6.0.4`. ## heroku/jvm ### Added - Support for new OpenJDK versions: `1.8.0_432`, `11.0.25`, `17.0.13`, `21.0.5`, `23.0.1`. ([#747](#747)) ### Changed - Default version for **OpenJDK 8** is now `1.8.0_432`. ([#747](#747)) - Default version for **OpenJDK 11** is now `11.0.25`. ([#747](#747)) - Default version for **OpenJDK 17** is now `17.0.13`. ([#747](#747)) - Default version for **OpenJDK 21** is now `21.0.5`. ([#747](#747)) - Default version for **OpenJDK 23** is now `23.0.1`. ([#747](#747)) ## heroku/jvm-function-invoker - No changes. ## heroku/maven - No changes. ## heroku/sbt - No changes. ## heroku/scala ### Changed - Updated `heroku/jvm` to `6.0.4`. - Updated `heroku/sbt` to `6.0.4`. Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent 868ba05 commit bd686fd

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.0.4] - 2024-12-05
11+
12+
- No changes.
13+
1014
## [6.0.3] - 2024-09-26
1115

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

8387
- Initial release
8488

85-
[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.3...HEAD
89+
[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.4...HEAD
90+
[6.0.4]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.3...v6.0.4
8691
[6.0.3]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.2...v6.0.3
8792
[6.0.2]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.1...v6.0.2
8893
[6.0.1]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.0...v6.0.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.0.3"
5+
version = "6.0.4"
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.0.4] - 2024-12-05
11+
12+
- No changes.
13+
1014
## [6.0.3] - 2024-09-26
1115

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

314318
- Initial release.
315319

316-
[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.3...HEAD
320+
[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.4...HEAD
321+
[6.0.4]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.3...v6.0.4
317322
[6.0.3]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.2...v6.0.3
318323
[6.0.2]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.1...v6.0.2
319324
[6.0.1]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.0...v6.0.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.0.3"
5+
version = "6.0.4"
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.0.4] - 2024-12-05
11+
1012
### Added
1113

1214
- Support for new OpenJDK versions: `1.8.0_432`, `11.0.25`, `17.0.13`, `21.0.5`, `23.0.1`. ([#747](https://github.com/heroku/buildpacks-jvm/pull/747))
@@ -426,7 +428,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
426428

427429
- Initial release
428430

429-
[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.3...HEAD
431+
[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.4...HEAD
432+
[6.0.4]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.3...v6.0.4
430433
[6.0.3]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.2...v6.0.3
431434
[6.0.2]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.1...v6.0.2
432435
[6.0.1]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.0...v6.0.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.0.3"
5+
version = "6.0.4"
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.0.4] - 2024-12-05
11+
12+
- No changes.
13+
1014
## [6.0.3] - 2024-09-26
1115

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

212216
- Initial release
213217

214-
[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.3...HEAD
218+
[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.4...HEAD
219+
[6.0.4]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.3...v6.0.4
215220
[6.0.3]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.2...v6.0.3
216221
[6.0.2]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.1...v6.0.2
217222
[6.0.1]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.0...v6.0.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.0.3"
5+
version = "6.0.4"
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.0.4] - 2024-12-05
11+
12+
- No changes.
13+
1014
## [6.0.3] - 2024-09-26
1115

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

106110
- Initial release
107111

108-
[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.3...HEAD
112+
[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.4...HEAD
113+
[6.0.4]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.3...v6.0.4
109114
[6.0.3]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.2...v6.0.3
110115
[6.0.2]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.1...v6.0.2
111116
[6.0.1]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.0...v6.0.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.0.3"
5+
version = "6.0.4"
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."

0 commit comments

Comments
 (0)