From 00fd55d421adb2dedb76d458007eb4b641896425 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 May 2023 19:57:10 +0000 Subject: [PATCH] Bump org.jgrapht:jgrapht-ext from 1.5.1 to 1.5.2 Bumps [org.jgrapht:jgrapht-ext](https://github.com/jgrapht/jgrapht) from 1.5.1 to 1.5.2. - [Release notes](https://github.com/jgrapht/jgrapht/releases) - [Changelog](https://github.com/jgrapht/jgrapht/blob/master/HISTORY.md) - [Commits](https://github.com/jgrapht/jgrapht/compare/jgrapht-1.5.1...jgrapht-1.5.2) --- updated-dependencies: - dependency-name: org.jgrapht:jgrapht-ext dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3bf2ecfc3..9df1a7508 100644 --- a/build.gradle +++ b/build.gradle @@ -56,7 +56,7 @@ dependencies { implementation 'commons-io:commons-io:2.11.0' implementation 'com.github.vlsi.mxgraph:jgraphx:4.2.2' implementation 'org.jgrapht:jgrapht-core:1.5.1' - implementation 'org.jgrapht:jgrapht-ext:1.5.1' + implementation 'org.jgrapht:jgrapht-ext:1.5.2' implementation 'org.slf4j:slf4j-api:2.0.7' implementation 'org.apache.xmlgraphics:batik-bridge:1.16' implementation 'org.apache.xmlgraphics:batik-transcoder:1.16'