From 5004681856d46b7ebcbc26fd03184fb46908d178 Mon Sep 17 00:00:00 2001 From: Andrija Kolic Date: Tue, 11 Nov 2025 15:46:34 +0100 Subject: [PATCH] Bump ci-overlays and mx versions to ones that won't suggest PR author as reviewer. --- common.json | 2 +- graal-common.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common.json b/common.json index fdef930cc0fb..1aa7c3b42beb 100644 --- a/common.json +++ b/common.json @@ -4,7 +4,7 @@ "Jsonnet files should not include this file directly but use ci/common.jsonnet instead." ], - "mx_version": "7.67.0", + "mx_version": "7.67.2", "COMMENT.jdks": "When adding or removing JDKs keep in sync with JDKs in ci/common.jsonnet", "jdks": { diff --git a/graal-common.json b/graal-common.json index 1a187cc7e757..78be0963a9c0 100644 --- a/graal-common.json +++ b/graal-common.json @@ -1,6 +1,6 @@ { "README": "This file contains definitions that are useful for the jsonnet CI files of the graal and graal-enterprise repositories.", "ci": { - "overlay": "b03c3e802b9fcbf012635ff32bd0eddd47cee627" + "overlay": "a66a4146a7197675a2a63f1af356a20c93523177" } }