This is an automated email from the ASF dual-hosted git repository. 1996fanrui pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/flink-connector-kafka.git
commit ab300d2680f2dc28885178a68fffbe1e014472d5 Author: Purushottam Sinha <[email protected]> AuthorDate: Sat May 16 21:00:20 2026 +0530 [FLINK-39693] Align jackson-bom to 2.21.3 (Flink master) Was 2.18.6; bump to 2.21.3 to match what Flink master pins, so the connector and Flink stay on the same Jackson minor going forward. Still clears GHSA-72hv-8253-57qq. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index babea4c9..30487bf4 100644 --- a/pom.xml +++ b/pom.xml @@ -66,7 +66,7 @@ under the License. <commons-lang3.version>3.18.0</commons-lang3.version> <httpcore.version>4.4.16</httpcore.version> <httpclient.version>4.5.14</httpclient.version> - <jackson-bom.version>2.18.6</jackson-bom.version> + <jackson-bom.version>2.21.3</jackson-bom.version> <javassist.version>3.30.2-GA</javassist.version> <jsr305.version>1.3.9</jsr305.version> <kryo.version>5.6.2</kryo.version>
