Skip to content

Commit fc87ad5

Browse files
Bump JDK21 version to 21.0.7+6 (#2015)
* 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>
1 parent 4e9cc89 commit fc87ad5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build-windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ services:
2424
args:
2525
COMMIT_SHA: ${COMMIT_SHA}
2626
JAVA_HOME: "C:/openjdk-21"
27-
JAVA_VERSION: 21.0.6_7
27+
JAVA_VERSION: 21.0.7_6
2828
JENKINS_SHA: ${JENKINS_SHA}
2929
JENKINS_VERSION: ${JENKINS_VERSION}
3030
TOOLS_WINDOWS_VERSION: ${TOOLS_WINDOWS_VERSION}

docker-bake.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ variable "JAVA17_VERSION" {
8787
}
8888

8989
variable "JAVA21_VERSION" {
90-
default = "21.0.6_7"
90+
default = "21.0.7_6"
9191
}
9292

9393
variable "BOOKWORM_TAG" {

0 commit comments

Comments
 (0)