From 0c75f74ae628c2a08c8db5fc183e08fb4e557706 Mon Sep 17 00:00:00 2001 From: Anton Krivoborodov <63401640+antonkri@users.noreply.github.com> Date: Mon, 13 Jul 2026 07:03:51 +0000 Subject: [PATCH 1/2] chore(known_good): bump score_itf to v0.5.0 --- known_good.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/known_good.json b/known_good.json index 708b6bfdcbd..85cb6dbd09a 100644 --- a/known_good.json +++ b/known_good.json @@ -135,7 +135,7 @@ }, "score_itf": { "repo": "https://github.com/eclipse-score/itf.git", - "hash": "bf5294d7618e361c224edbd754060cee810285eb" + "hash": "802e0186d373e0d9d67c1c9ccb1ea08952c7ad06" }, "score_tooling": { "repo": "https://github.com/eclipse-score/tooling.git", From 18efc2f235e4b7cb6d4ddd8f895861183c312149 Mon Sep 17 00:00:00 2001 From: Piotr Korkus Date: Mon, 13 Jul 2026 12:09:50 +0200 Subject: [PATCH 2/2] regenerate MODULE from json --- bazel_common/score_modules_tooling.MODULE.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bazel_common/score_modules_tooling.MODULE.bazel b/bazel_common/score_modules_tooling.MODULE.bazel index f55417054c0..4fc72b2dbc7 100644 --- a/bazel_common/score_modules_tooling.MODULE.bazel +++ b/bazel_common/score_modules_tooling.MODULE.bazel @@ -24,7 +24,7 @@ git_override( bazel_dep(name = "score_itf") git_override( module_name = "score_itf", - commit = "bf5294d7618e361c224edbd754060cee810285eb", + commit = "802e0186d373e0d9d67c1c9ccb1ea08952c7ad06", remote = "https://github.com/eclipse-score/itf.git", )