Skip to content

Commit 805e72d

Browse files
committed
Use latest JDK releases in Jenkins tool definitions
1 parent 595bc90 commit 805e72d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

ref/configuration-as-code/tool.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ tool:
137137
- command:
138138
command: "true"
139139
label: "cloud && !freebsd && !Alpine && !alpine"
140-
toolHome: "/home/jagent/tools/jdk-11.0.23+9"
140+
toolHome: "/home/jagent/tools/jdk-11.0.24+8"
141141
- command:
142142
command: "true"
143143
label: "Alpine"
@@ -151,7 +151,7 @@ tool:
151151
label: "freebsd"
152152
toolHome: "/usr/local/openjdk11"
153153
- adoptOpenJdkInstaller:
154-
id: "jdk-11.0.23+9"
154+
id: "jdk-11.0.24+8"
155155
- name: "jdk17"
156156
properties:
157157
- installSource:
@@ -167,7 +167,7 @@ tool:
167167
- command:
168168
command: "true"
169169
label: "cloud && !freebsd && !Alpine && !alpine"
170-
toolHome: "/home/jagent/tools/jdk-17.0.11+9"
170+
toolHome: "/home/jagent/tools/jdk-17.0.12+7"
171171
- command:
172172
command: "true"
173173
label: "Alpine"
@@ -181,7 +181,7 @@ tool:
181181
label: "freebsd"
182182
toolHome: "/usr/local/openjdk17"
183183
- adoptOpenJdkInstaller:
184-
id: "jdk-17.0.11+9"
184+
id: "jdk-17.0.12+7"
185185
- name: "jdk21"
186186
properties:
187187
- installSource:
@@ -197,7 +197,7 @@ tool:
197197
- command:
198198
command: "true"
199199
label: "cloud && !freebsd && !Alpine && !alpine"
200-
toolHome: "/home/jagent/tools/jdk-21.0.3+9"
200+
toolHome: "/home/jagent/tools/jdk-21.0.4+7"
201201
- command:
202202
command: "true"
203203
label: "Alpine"
@@ -211,7 +211,7 @@ tool:
211211
label: "freebsd"
212212
toolHome: "/usr/local/openjdk21"
213213
- adoptOpenJdkInstaller:
214-
id: "jdk-21.0.3+9"
214+
id: "jdk-21.0.4+7"
215215
maven:
216216
installations:
217217
- name: "maven-latest"

0 commit comments

Comments
 (0)