From 241c9febb79f073c088d32823a66a00cf6f1249c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 02:44:38 +0000 Subject: [PATCH 1/2] Bump org.jgrapht:jgrapht-core from 1.5.2 to 1.5.3 Bumps [org.jgrapht:jgrapht-core](https://github.com/jgrapht/jgrapht) from 1.5.2 to 1.5.3. - [Changelog](https://github.com/jgrapht/jgrapht/blob/master/HISTORY.md) - [Commits](https://github.com/jgrapht/jgrapht/compare/jgrapht-1.5.2...jgrapht-1.5.3) --- updated-dependencies: - dependency-name: org.jgrapht:jgrapht-core dependency-version: 1.5.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- smart-connector/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smart-connector/pom.xml b/smart-connector/pom.xml index dcbe09af..0e823a06 100644 --- a/smart-connector/pom.xml +++ b/smart-connector/pom.xml @@ -80,7 +80,7 @@ org.jgrapht jgrapht-core - 1.5.2 + 1.5.3 edu.ucla.sspace From f1b76af7f25c1e825ca9ba964e47b8f28efd5870 Mon Sep 17 00:00:00 2001 From: Barry Nouwt Date: Mon, 13 Apr 2026 12:18:38 +0200 Subject: [PATCH 2/2] Remove dependency instead of upgrading it. --- smart-connector/pom.xml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/smart-connector/pom.xml b/smart-connector/pom.xml index 0e823a06..7f524c6c 100644 --- a/smart-connector/pom.xml +++ b/smart-connector/pom.xml @@ -76,18 +76,6 @@ - - - org.jgrapht - jgrapht-core - 1.5.3 - - - edu.ucla.sspace - sspace - 2.0.4 - - io.swagger.core.v3