From ac7fe509c10b91105de2c221a109427369ca9805 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 May 2023 19:57:14 +0000 Subject: [PATCH] Bump org.jgrapht:jgrapht-core from 1.5.1 to 1.5.2 Bumps [org.jgrapht:jgrapht-core](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-core 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..89f115a60 100644 --- a/build.gradle +++ b/build.gradle @@ -55,7 +55,7 @@ def jpackage() { 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-core:1.5.2' implementation 'org.jgrapht:jgrapht-ext:1.5.1' implementation 'org.slf4j:slf4j-api:2.0.7' implementation 'org.apache.xmlgraphics:batik-bridge:1.16'