This is an automated email from the ASF dual-hosted git repository.

zstan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/master by this push:
     new e6e830cca27 Bump org.locationtech.jts:jts-core from 1.19.0 to 1.20.0 
(#13188)
e6e830cca27 is described below

commit e6e830cca277a0dfa56fd32909e5ad728d859bb0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jun 4 09:18:22 2026 +0300

    Bump org.locationtech.jts:jts-core from 1.19.0 to 1.20.0 (#13188)
---
 modules/calcite/pom.xml  | 2 +-
 modules/indexing/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/calcite/pom.xml b/modules/calcite/pom.xml
index fb42c00c240..412b39d3403 100644
--- a/modules/calcite/pom.xml
+++ b/modules/calcite/pom.xml
@@ -162,7 +162,7 @@
         <dependency>
             <groupId>org.locationtech.jts</groupId>
             <artifactId>jts-core</artifactId>
-            <version>1.19.0</version>
+            <version>1.20.0</version>
         </dependency>
 
         <dependency>
diff --git a/modules/indexing/pom.xml b/modules/indexing/pom.xml
index ab3c2ed786c..7fe358876ab 100644
--- a/modules/indexing/pom.xml
+++ b/modules/indexing/pom.xml
@@ -153,7 +153,7 @@
         <dependency>
             <groupId>org.locationtech.jts</groupId>
             <artifactId>jts-core</artifactId>
-            <version>1.19.0</version>
+            <version>1.20.0</version>
             <scope>test</scope>
         </dependency>
 

Reply via email to