Upgrade to Java 17.0.10+13

Closes gh-39216
This commit is contained in:
Scott Frederick
2024-01-19 17:29:12 -06:00
parent 663a0e6623
commit 302087176a
3 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ plugins {
description = "Spring Boot Launch Script Integration Tests"
def jdkVersion = "17.0.8.1+1"
def jdkVersion = "17.0.10+13"
def jdkArch = "aarch64".equalsIgnoreCase(System.getProperty("os.arch")) ? "aarch64" : "amd64"
configurations {