Skip to content

Commit 229973e

Browse files
committed
[GR-54894] Fix digest warnings for downloads.
PullRequest: truffleruby/4300
2 parents e05a506 + 21afa35 commit 229973e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

common.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"Jsonnet files should not include this file directly but use ci/common.jsonnet instead."
55
],
66

7-
"mx_version": "7.26.0",
7+
"mx_version": "7.27.0",
88

99
"COMMENT.jdks": "When adding or removing JDKs keep in sync with JDKs in ci/common.jsonnet",
1010
"jdks": {

mx.truffleruby/suite.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
suite = {
2-
"mxversion": "6.44.0",
2+
"mxversion": "7.27.0",
33
"name": "truffleruby",
44
"groupId": "org.graalvm.ruby",
55
"url": "https://www.graalvm.org/ruby/",
@@ -20,7 +20,7 @@
2020
{
2121
"name": "regex",
2222
"subdir": True,
23-
"version": "4186b49c88690386fce71af0c7ad8a5a341d6d8e",
23+
"version": "ee0e5b66ae9bc3ac9f2fddab7484a0dea5ae514e",
2424
"urls": [
2525
{"url": "https://github.com/oracle/graal.git", "kind": "git"},
2626
{"url": "https://curio.ssw.jku.at/nexus/content/repositories/snapshots", "kind": "binary"},
@@ -29,7 +29,7 @@
2929
{
3030
"name": "sulong",
3131
"subdir": True,
32-
"version": "4186b49c88690386fce71af0c7ad8a5a341d6d8e",
32+
"version": "ee0e5b66ae9bc3ac9f2fddab7484a0dea5ae514e",
3333
"urls": [
3434
{"url": "https://github.com/oracle/graal.git", "kind": "git"},
3535
{"url": "https://curio.ssw.jku.at/nexus/content/repositories/snapshots", "kind": "binary"},

0 commit comments

Comments
 (0)