This is an automated email from the ASF dual-hosted git repository.
philo-he pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gluten.git
The following commit(s) were added to refs/heads/main by this push:
new ca7d68f7a2 [VL] Bump FasterXML Jackson to 2.18.6 for Spark 3.5 and
above (#12243)
ca7d68f7a2 is described below
commit ca7d68f7a268f3cf30578922410f9e1c30093515
Author: Yuan <[email protected]>
AuthorDate: Fri Jun 5 12:15:46 2026 +0800
[VL] Bump FasterXML Jackson to 2.18.6 for Spark 3.5 and above (#12243)
---
pom.xml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 72c5e503aa..ac75b78143 100644
--- a/pom.xml
+++ b/pom.xml
@@ -99,7 +99,7 @@
<scala.recompile.mode>all</scala.recompile.mode>
<scala.release.version>${java.version}</scala.release.version>
<!-- For unit tests -->
- <fasterxml.version>2.15.0</fasterxml.version>
+ <fasterxml.version>2.18.6</fasterxml.version>
<junit.version>4.13.1</junit.version>
<!-- Maven version for build/mvn wrapper script -->
<maven.version>3.9.16</maven.version>
@@ -1184,6 +1184,7 @@
<delta.package.name>delta-core</delta.package.name>
<delta.version>2.3.0</delta.version>
<delta.binary.version>23</delta.binary.version>
+ <fasterxml.version>2.15.0</fasterxml.version>
<antlr4.version>4.8</antlr4.version>
<hadoop.version>3.3.2</hadoop.version>
<hudi.version>0.15.0</hudi.version>
@@ -1210,6 +1211,7 @@
<delta.package.name>delta-core</delta.package.name>
<delta.version>2.4.0</delta.version>
<delta.binary.version>24</delta.binary.version>
+ <fasterxml.version>2.15.0</fasterxml.version>
<antlr4.version>4.9.3</antlr4.version>
<hadoop.version>3.3.4</hadoop.version>
<hudi.version>0.15.0</hudi.version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]