Skip to content

Commit

Permalink
Merge pull request #843 from jenkinsci/updatecli_master_ed33701021a24…
Browse files Browse the repository at this point in the history
…4766dc8dcbf01b8e9e2a62f1270582318821fa81288112bba19

Bump JDK21 version to 21.0.4_7
  • Loading branch information
dduportal committed Jul 26, 2024
2 parents 4d0f450 + f3558cb commit d0c88aa
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 @@ -34,7 +34,7 @@ services:
dockerfile: ./windows/${WINDOWS_FLAVOR}/Dockerfile
args:
JAVA_HOME: "C:/openjdk-21"
JAVA_VERSION: 21.0.3+9
JAVA_VERSION: 21.0.4+7
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 @@ -105,7 +105,7 @@ variable "JAVA17_VERSION" {
}

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

function "orgrepo" {
Expand Down

0 comments on commit d0c88aa

Please sign in to comment.