From 8ef3d5fcfdd60c99115c3386fb7f4ae39468e650 Mon Sep 17 00:00:00 2001 From: Jim Balhoff Date: Sat, 14 Mar 2026 14:00:39 -0400 Subject: [PATCH 1/2] Update relation-graph version. --- robot-core/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/robot-core/pom.xml b/robot-core/pom.xml index b7530cf61..7d9b89c2d 100644 --- a/robot-core/pom.xml +++ b/robot-core/pom.xml @@ -301,7 +301,7 @@ org.geneontology relation-graph_${scala.version} - 2.3.3 + 2.3.4 org.apache.jena From e47f5631352503cfb88841d3c975c22a43c3fe56 Mon Sep 17 00:00:00 2001 From: Jim Balhoff Date: Sat, 14 Mar 2026 14:05:00 -0400 Subject: [PATCH 2/2] Update change log. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5573e204..a8d7e2f5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Fix regression with guessing local catalog file [#1274] +- Fix intermittent robot extract test failures [#1277] ## [1.9.9] - 2026-02-18