This is an automated email from the ASF dual-hosted git repository.
jinsongzhou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/amoro.git
The following commit(s) were added to refs/heads/master by this push:
new e8b138bea [Hotfix] Bump up jackson-databind version for
amoro-mixed-format-trino module (#2883)
e8b138bea is described below
commit e8b138bead63e3a348ece3af8e7efab0ad8e9970
Author: ZhouJinsong <[email protected]>
AuthorDate: Thu May 30 17:51:22 2024 +0800
[Hotfix] Bump up jackson-databind version for amoro-mixed-format-trino
module (#2883)
Bump up jackson-databind version for amoro-mixed-format-trino module
---
amoro-mixed-format/amoro-mixed-format-trino/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/amoro-mixed-format/amoro-mixed-format-trino/pom.xml
b/amoro-mixed-format/amoro-mixed-format-trino/pom.xml
index 818e4d34a..f26e80fb0 100644
--- a/amoro-mixed-format/amoro-mixed-format-trino/pom.xml
+++ b/amoro-mixed-format/amoro-mixed-format-trino/pom.xml
@@ -37,7 +37,7 @@
<airlift.version>214</airlift.version>
<airlift-units.version>1.6</airlift-units.version>
<airlift-slice.version>0.44</airlift-slice.version>
- <jackson.version>2.13.1</jackson.version>
+ <jackson.version>2.13.5</jackson.version>
<guice.version>5.1.0</guice.version>
<inject.version>1</inject.version>
<servlet-api.version>4.0.1</servlet-api.version>