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

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


The following commit(s) were added to refs/heads/master by this push:
     new 0057b142 IGNITE-28283 Updated jackson dependency (#342)
0057b142 is described below

commit 0057b142a26abef813f564d99b46ff423a152b63
Author: Aleksandr Nikolaev <[email protected]>
AuthorDate: Mon Apr 13 13:38:27 2026 +0300

    IGNITE-28283 Updated jackson dependency (#342)
---
 modules/aws-ext/pom.xml                    | 2 +-
 modules/azure-ext/pom.xml                  | 2 +-
 modules/geospatial-ext/examples/pom.xml    | 2 +-
 modules/hibernate-ext/examples/pom.xml     | 2 +-
 modules/ml-ext/ml/pom.xml                  | 2 +-
 modules/performance-statistics-ext/pom.xml | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/modules/aws-ext/pom.xml b/modules/aws-ext/pom.xml
index 1e6ea32e..afbdedb7 100644
--- a/modules/aws-ext/pom.xml
+++ b/modules/aws-ext/pom.xml
@@ -108,7 +108,7 @@
         <dependency>
             <groupId>com.fasterxml.jackson.core</groupId>
             <artifactId>jackson-annotations</artifactId>
-            <version>${jackson.version}</version>
+            <version>${jackson-annotations.version}</version>
         </dependency>
 
         <!-- Do not remove com.fasterxml.jackson.core:jackson-databind it is 
required at runtime -->
diff --git a/modules/azure-ext/pom.xml b/modules/azure-ext/pom.xml
index ebf32f5b..20ef0a94 100644
--- a/modules/azure-ext/pom.xml
+++ b/modules/azure-ext/pom.xml
@@ -112,7 +112,7 @@
         <dependency>
             <groupId>com.fasterxml.jackson.core</groupId>
             <artifactId>jackson-annotations</artifactId>
-            <version>${jackson.version}</version>
+            <version>${jackson-annotations.version}</version>
         </dependency>
 
         <dependency>
diff --git a/modules/geospatial-ext/examples/pom.xml 
b/modules/geospatial-ext/examples/pom.xml
index 01a9d5c3..78dfded2 100644
--- a/modules/geospatial-ext/examples/pom.xml
+++ b/modules/geospatial-ext/examples/pom.xml
@@ -190,7 +190,7 @@
                         <dependency>
                             <groupId>com.fasterxml.jackson.core</groupId>
                             <artifactId>jackson-annotations</artifactId>
-                            <version>${jackson.version}</version>
+                            <version>${jackson-annotations.version}</version>
                         </dependency>
                     </additionalDependencies>
                 </configuration>
diff --git a/modules/hibernate-ext/examples/pom.xml 
b/modules/hibernate-ext/examples/pom.xml
index 2a2a38df..c80f2e8c 100644
--- a/modules/hibernate-ext/examples/pom.xml
+++ b/modules/hibernate-ext/examples/pom.xml
@@ -189,7 +189,7 @@
                         <dependency>
                             <groupId>com.fasterxml.jackson.core</groupId>
                             <artifactId>jackson-annotations</artifactId>
-                            <version>${jackson.version}</version>
+                            <version>${jackson-annotations.version}</version>
                         </dependency>
                     </additionalDependencies>
                 </configuration>
diff --git a/modules/ml-ext/ml/pom.xml b/modules/ml-ext/ml/pom.xml
index 8c087edd..c44c98c9 100644
--- a/modules/ml-ext/ml/pom.xml
+++ b/modules/ml-ext/ml/pom.xml
@@ -86,7 +86,7 @@
         <dependency>
             <groupId>com.fasterxml.jackson.core</groupId>
             <artifactId>jackson-annotations</artifactId>
-            <version>${jackson.version}</version>
+            <version>${jackson-annotations.version}</version>
         </dependency>
 
         <dependency>
diff --git a/modules/performance-statistics-ext/pom.xml 
b/modules/performance-statistics-ext/pom.xml
index 41b9425f..a5af3e7f 100644
--- a/modules/performance-statistics-ext/pom.xml
+++ b/modules/performance-statistics-ext/pom.xml
@@ -62,7 +62,7 @@
         <dependency>
             <groupId>com.fasterxml.jackson.core</groupId>
             <artifactId>jackson-annotations</artifactId>
-            <version>${jackson.version}</version>
+            <version>${jackson-annotations.version}</version>
         </dependency>
 
         <dependency>

Reply via email to