Skip to content

Commit

Permalink
Merge pull request #841 from jenkinsci/updatecli_master_632763a46e5c5…
Browse files Browse the repository at this point in the history
…8fa71ec92af2eb00d83377a5180000e89c14143b28a66d47695

Bump JDK11 version to 11.0.24_8
  • Loading branch information
dduportal committed Jul 25, 2024
2 parents 209b0ed + 47e2361 commit 03bbacf
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 @@ -6,7 +6,7 @@ services:
dockerfile: ./windows/${WINDOWS_FLAVOR}/Dockerfile
args:
JAVA_HOME: "C:/openjdk-11"
JAVA_VERSION: 11.0.23+9
JAVA_VERSION: 11.0.24+8
VERSION: ${REMOTING_VERSION}
WINDOWS_VERSION_TAG: ${WINDOWS_VERSION_TAG}
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 @@ -97,7 +97,7 @@ variable "DEBIAN_RELEASE" {
}

variable "JAVA11_VERSION" {
default = "11.0.23_9"
default = "11.0.24_8"
}

variable "JAVA17_VERSION" {
Expand Down

0 comments on commit 03bbacf

Please sign in to comment.