From c94ec7a146b2aae9ac32f377ac5fdc32773144c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2025 15:49:11 +0000 Subject: [PATCH] Bump org.locationtech.spatial4j:spatial4j from 0.7 to 0.8 Bumps [org.locationtech.spatial4j:spatial4j](https://github.com/locationtech/spatial4j) from 0.7 to 0.8. - [Release notes](https://github.com/locationtech/spatial4j/releases) - [Changelog](https://github.com/locationtech/spatial4j/blob/master/CHANGES.md) - [Commits](https://github.com/locationtech/spatial4j/compare/spatial4j-0.7...v0.8) --- updated-dependencies: - dependency-name: org.locationtech.spatial4j:spatial4j dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 1e3153078a2f5..a1c7c76350824 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,7 +6,7 @@ bundled_jdk_vendor = "adoptium" bundled_jdk = "23.0.2+7" # optional dependencies -spatial4j = "0.7" +spatial4j = "0.8" jts = "1.15.0" jackson = "2.18.2" jackson_databind = "2.18.2"