Skip to content

Commit

Permalink
Bump JDK21 version to 21.0.5_11 (#1945)
Browse files Browse the repository at this point in the history
* chore: Bump JDK21 version in build-windows.yaml

Made with ❤️️ by updatecli

* chore: Bump JDK21 version for Linux images in the docker-bake.hcl file

Made with ❤️️ by updatecli

---------

Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Oct 25, 2024
1 parent e85c5ab commit 086209a
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.4_7
JAVA_VERSION: 21.0.5_11
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.4_7"
default = "21.0.5_11"
}

variable "BOOKWORM_TAG" {
Expand Down

0 comments on commit 086209a

Please sign in to comment.