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

ferenc-csaky pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new c43029e5b4a [FLINK-39671][model-triton] Drop redundant jackson version 
pins; inherit BOM
c43029e5b4a is described below

commit c43029e5b4afd2cce5f4ead6e69c58dbfcd969a7
Author: Purushottam Sinha <[email protected]>
AuthorDate: Sat May 16 16:18:58 2026 +0530

    [FLINK-39671][model-triton] Drop redundant jackson version pins; inherit BOM
---
 flink-models/flink-model-triton/pom.xml                            | 6 +-----
 flink-models/flink-model-triton/src/main/resources/META-INF/NOTICE | 6 +++---
 2 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/flink-models/flink-model-triton/pom.xml 
b/flink-models/flink-model-triton/pom.xml
index c3e14fe4317..2928c3f527d 100644
--- a/flink-models/flink-model-triton/pom.xml
+++ b/flink-models/flink-model-triton/pom.xml
@@ -34,7 +34,6 @@ under the License.
 
        <properties>
                <okhttp.version>4.12.0</okhttp.version>
-               <jackson.version>2.15.2</jackson.version>
                <test.gson.version>2.11.0</test.gson.version>
        </properties>
 
@@ -47,25 +46,22 @@ under the License.
                        <optional>${flink.markBundledAsOptional}</optional>
                </dependency>
 
-               <!-- JSON processing -->
+               <!-- JSON processing (versions inherited from root pom's 
jackson-bom import) -->
                <dependency>
                        <groupId>com.fasterxml.jackson.core</groupId>
                        <artifactId>jackson-core</artifactId>
-                       <version>${jackson.version}</version>
                        <optional>${flink.markBundledAsOptional}</optional>
                </dependency>
 
                <dependency>
                        <groupId>com.fasterxml.jackson.core</groupId>
                        <artifactId>jackson-databind</artifactId>
-                       <version>${jackson.version}</version>
                        <optional>${flink.markBundledAsOptional}</optional>
                </dependency>
 
                <dependency>
                        <groupId>com.fasterxml.jackson.core</groupId>
                        <artifactId>jackson-annotations</artifactId>
-                       <version>${jackson.version}</version>
                        <optional>${flink.markBundledAsOptional}</optional>
                </dependency>
 
diff --git a/flink-models/flink-model-triton/src/main/resources/META-INF/NOTICE 
b/flink-models/flink-model-triton/src/main/resources/META-INF/NOTICE
index aa39530aa65..9a789b1b238 100644
--- a/flink-models/flink-model-triton/src/main/resources/META-INF/NOTICE
+++ b/flink-models/flink-model-triton/src/main/resources/META-INF/NOTICE
@@ -6,9 +6,9 @@ The Apache Software Foundation (http://www.apache.org/).
 
 This project bundles the following dependencies under the Apache Software 
License 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
 
-- com.fasterxml.jackson.core:jackson-annotations:2.15.2
-- com.fasterxml.jackson.core:jackson-core:2.15.2
-- com.fasterxml.jackson.core:jackson-databind:2.15.2
+- com.fasterxml.jackson.core:jackson-annotations:2.21
+- com.fasterxml.jackson.core:jackson-core:2.21.3
+- com.fasterxml.jackson.core:jackson-databind:2.21.3
 - com.squareup.okhttp3:okhttp:4.12.0
 - com.squareup.okio:okio:3.6.0
 - com.squareup.okio:okio-jvm:3.6.0

Reply via email to