This is an automated email from the ASF dual-hosted git repository.
gyfora pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git
The following commit(s) were added to refs/heads/main by this push:
new 691d6ff5 [FLINK-40341] Bump jackson-bom to 2.21.5 (#1171)
691d6ff5 is described below
commit 691d6ff53735654abf5fc439d6de238df543728e
Author: Purushottam Sinha <[email protected]>
AuthorDate: Fri Aug 7 17:33:10 2026 +0530
[FLINK-40341] Bump jackson-bom to 2.21.5 (#1171)
---
flink-kubernetes-operator/src/main/resources/META-INF/NOTICE | 10 +++++-----
pom.xml | 2 +-
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/flink-kubernetes-operator/src/main/resources/META-INF/NOTICE
b/flink-kubernetes-operator/src/main/resources/META-INF/NOTICE
index 44686b6a..c7f0c115 100644
--- a/flink-kubernetes-operator/src/main/resources/META-INF/NOTICE
+++ b/flink-kubernetes-operator/src/main/resources/META-INF/NOTICE
@@ -7,11 +7,11 @@ 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)
- at.yawk.lz4:lz4-java:jar:1.10.3
-- com.fasterxml.jackson.core:jackson-annotations:jar:2.21.3
-- com.fasterxml.jackson.core:jackson-core:jar:2.21.3
-- com.fasterxml.jackson.core:jackson-databind:jar:2.21.3
-- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.21.3
-- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.21.3
+- com.fasterxml.jackson.core:jackson-annotations:jar:2.21
+- com.fasterxml.jackson.core:jackson-core:jar:2.21.5
+- com.fasterxml.jackson.core:jackson-databind:jar:2.21.5
+- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.21.5
+- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.21.5
- com.google.code.findbugs:jsr305:jar:1.3.9
- com.google.errorprone:error_prone_annotations:jar:2.36.0
- com.google.guava:failureaccess:jar:1.0.2
diff --git a/pom.xml b/pom.xml
index 3623260e..97faa5f1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -123,7 +123,7 @@ under the License.
<artifactId>jackson-bom</artifactId>
<type>pom</type>
<scope>import</scope>
- <version>2.21.3</version>
+ <version>2.21.5</version>
</dependency>
<dependency>
<groupId>org.junit</groupId>