Skip to content

Commit

Permalink
Bump JDK21 version to 21.0.6+7 (#1985)
Browse files Browse the repository at this point in the history
* chore: Bump JDK21 version for Linux images in the docker-bake.hcl file

Made with ❤️️ by updatecli

* chore: Bump JDK21 version in build-windows.yaml

Made with ❤️️ by updatecli

---------

Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Feb 3, 2025
1 parent 8199c23 commit e8ea157
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
args:
COMMIT_SHA: ${COMMIT_SHA}
JAVA_HOME: "C:/openjdk-21"
JAVA_VERSION: 21.0.5_11
JAVA_VERSION: 21.0.6_7
JENKINS_SHA: ${JENKINS_SHA}
JENKINS_VERSION: ${JENKINS_VERSION}
TOOLS_WINDOWS_VERSION: ${TOOLS_WINDOWS_VERSION}
Expand Down
2 changes: 1 addition & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ variable "JAVA17_VERSION" {
}

variable "JAVA21_VERSION" {
default = "21.0.5_11"
default = "21.0.6_7"
}

variable "BOOKWORM_TAG" {
Expand Down

0 comments on commit e8ea157

Please sign in to comment.