File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ local part_definitions = {
208
208
JAVA_HOME: {
209
209
name: "oraclejdk" ,
210
210
# Update the openjdk8 version too below when updating this one
211
- version: "8u231-jvmci-19.3-b04 " ,
211
+ version: "8u231-jvmci-19.3-b05 " ,
212
212
platformspecific: true ,
213
213
},
214
214
},
@@ -219,7 +219,7 @@ local part_definitions = {
219
219
downloads+: {
220
220
JAVA_HOME: {
221
221
name: "openjdk" ,
222
- version: "8u232-jvmci-19.3-b04 " ,
222
+ version: "8u232-jvmci-19.3-b05 " ,
223
223
platformspecific: true ,
224
224
},
225
225
},
@@ -229,7 +229,7 @@ local part_definitions = {
229
229
downloads+: {
230
230
JAVA_HOME: {
231
231
name: "labsjdk" ,
232
- version: "ce-11.0.5+10-jvmci-19.3-b04 " ,
232
+ version: "ce-11.0.5+10-jvmci-19.3-b05 " ,
233
233
platformspecific: true ,
234
234
},
235
235
},
Original file line number Diff line number Diff line change 9
9
"name" : "tools" ,
10
10
"subdir" : True ,
11
11
# version must always be equal to the version of the "sulong" import below
12
- "version" : "aee967f1d90e1f032b266c62d10fc8c32a805fb8 " ,
12
+ "version" : "a260400b4e0e85c308c62207554531930da87979 " ,
13
13
"urls" : [
14
14
{"url" : "https://github.com/oracle/graal.git" , "kind" : "git" },
15
15
{"url" : "https://curio.ssw.jku.at/nexus/content/repositories/snapshots" , "kind" : "binary" },
19
19
"name" : "sulong" ,
20
20
"subdir" : True ,
21
21
# version must always be equal to the version of the "tools" import above
22
- "version" : "aee967f1d90e1f032b266c62d10fc8c32a805fb8 " ,
22
+ "version" : "a260400b4e0e85c308c62207554531930da87979 " ,
23
23
"urls" : [
24
24
{"url" : "https://github.com/oracle/graal.git" , "kind" : "git" },
25
25
{"url" : "https://curio.ssw.jku.at/nexus/content/repositories/snapshots" , "kind" : "binary" },
You can’t perform that action at this time.
0 commit comments