From e5d0213545d9262a0d5c8558c76cc33173082a27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 May 2023 04:57:59 +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 2ca797d34..67b971448 100644 --- a/build.gradle +++ b/build.gradle @@ -62,7 +62,7 @@ dependencies { implementation 'org.locationtech.jts.io:jts-io-common:1.19.0' // Graphs - implementation 'org.jgrapht:jgrapht-core:1.5.1' + implementation 'org.jgrapht:jgrapht-core:1.5.2' // testing testImplementation "org.apache.groovy:groovy:$groovyBinaryVersion"