Skip to content

Commit

Permalink
Bump JDK21 version to 21.0.4_7 (#1907)
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 Jul 22, 2024
1 parent 1418baf commit 1a2a40e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build-windows-lts-with-jdk11.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ services:
args:
COMMIT_SHA: ${COMMIT_SHA}
JAVA_HOME: "C:/openjdk-21"
JAVA_VERSION: 21.0.3_9
JAVA_VERSION: 21.0.4_7
JENKINS_SHA: ${JENKINS_SHA}
JENKINS_VERSION: ${JENKINS_VERSION}
TOOLS_WINDOWS_VERSION: ${TOOLS_WINDOWS_VERSION}
Expand Down
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.3_9
JAVA_VERSION: 21.0.4_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 @@ -116,7 +116,7 @@ variable "JAVA17_VERSION" {
}

variable "JAVA21_VERSION" {
default = "21.0.3_9"
default = "21.0.4_7"
}

variable "BOOKWORM_TAG" {
Expand Down

0 comments on commit 1a2a40e

Please sign in to comment.