This is an automated email from the ASF dual-hosted git repository.
mawiesne pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/opennlp-addons.git
The following commit(s) were added to refs/heads/master by this push:
new 2c16ec9 Bump com.spatial4j:spatial4j from 0.4.1 to 0.5 (#24)
2c16ec9 is described below
commit 2c16ec9f1e3b14b0824e0dcc8fd46f3730ade77d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jul 23 08:34:29 2024 +0200
Bump com.spatial4j:spatial4j from 0.4.1 to 0.5 (#24)
Bumps [com.spatial4j:spatial4j](https://github.com/locationtech/spatial4j)
from 0.4.1 to 0.5.
- [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.4.1...spatial4j-0.5)
---
updated-dependencies:
- dependency-name: com.spatial4j:spatial4j
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
geoentitylinker-addon/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/geoentitylinker-addon/pom.xml b/geoentitylinker-addon/pom.xml
index c1c6c39..d24a548 100644
--- a/geoentitylinker-addon/pom.xml
+++ b/geoentitylinker-addon/pom.xml
@@ -57,7 +57,7 @@
<dependency>
<groupId>com.spatial4j</groupId>
<artifactId>spatial4j</artifactId>
- <version>0.4.1</version>
+ <version>0.5</version>
<type>jar</type>
</dependency>