Skip to content

Commit ff27264

Browse files
LuciferYangHyukjinKwon
authored andcommitted
[SPARK-35550][BUILD] Upgrade Jackson to 2.12.3
### What changes were proposed in this pull request? This pr upgrade Jackson version to 2.12.3. Jackson Release 2.12.3: [https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.12.3](https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.12.3) ### Why are the changes needed? Upgrade to a new version to bring potential bug fixes like [https://github.com/FasterXML/jackson-modules-java8/issues/207](https://github.com/FasterXML/jackson-modules-java8/issues/207) and avro's master has been upgraded to Jackson to 2.12.3 ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Pass the Jenkins or GitHub Action Closes #32688 from LuciferYang/SPARK-35550. Authored-by: yangjie01 <[email protected]> Signed-off-by: Hyukjin Kwon <[email protected]>
1 parent 09d039d commit ff27264

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

dev/deps/spark-deps-hadoop-2.7-hive-2.3

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,15 +106,15 @@ httpclient/4.5.13//httpclient-4.5.13.jar
106106
httpcore/4.4.14//httpcore-4.4.14.jar
107107
istack-commons-runtime/3.0.8//istack-commons-runtime-3.0.8.jar
108108
ivy/2.4.0//ivy-2.4.0.jar
109-
jackson-annotations/2.12.2//jackson-annotations-2.12.2.jar
109+
jackson-annotations/2.12.3//jackson-annotations-2.12.3.jar
110110
jackson-core-asl/1.9.13//jackson-core-asl-1.9.13.jar
111-
jackson-core/2.12.2//jackson-core-2.12.2.jar
112-
jackson-databind/2.12.2//jackson-databind-2.12.2.jar
113-
jackson-dataformat-yaml/2.12.2//jackson-dataformat-yaml-2.12.2.jar
111+
jackson-core/2.12.3//jackson-core-2.12.3.jar
112+
jackson-databind/2.12.3//jackson-databind-2.12.3.jar
113+
jackson-dataformat-yaml/2.12.3//jackson-dataformat-yaml-2.12.3.jar
114114
jackson-datatype-jsr310/2.11.2//jackson-datatype-jsr310-2.11.2.jar
115115
jackson-jaxrs/1.9.13//jackson-jaxrs-1.9.13.jar
116116
jackson-mapper-asl/1.9.13//jackson-mapper-asl-1.9.13.jar
117-
jackson-module-scala_2.12/2.12.2//jackson-module-scala_2.12-2.12.2.jar
117+
jackson-module-scala_2.12/2.12.3//jackson-module-scala_2.12-2.12.3.jar
118118
jackson-xc/1.9.13//jackson-xc-1.9.13.jar
119119
jakarta.annotation-api/1.3.5//jakarta.annotation-api-1.3.5.jar
120120
jakarta.inject/2.6.1//jakarta.inject-2.6.1.jar

dev/deps/spark-deps-hadoop-3.2-hive-2.3

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,14 +84,14 @@ httpclient/4.5.13//httpclient-4.5.13.jar
8484
httpcore/4.4.14//httpcore-4.4.14.jar
8585
istack-commons-runtime/3.0.8//istack-commons-runtime-3.0.8.jar
8686
ivy/2.4.0//ivy-2.4.0.jar
87-
jackson-annotations/2.12.2//jackson-annotations-2.12.2.jar
87+
jackson-annotations/2.12.3//jackson-annotations-2.12.3.jar
8888
jackson-core-asl/1.9.13//jackson-core-asl-1.9.13.jar
89-
jackson-core/2.12.2//jackson-core-2.12.2.jar
90-
jackson-databind/2.12.2//jackson-databind-2.12.2.jar
91-
jackson-dataformat-yaml/2.12.2//jackson-dataformat-yaml-2.12.2.jar
89+
jackson-core/2.12.3//jackson-core-2.12.3.jar
90+
jackson-databind/2.12.3//jackson-databind-2.12.3.jar
91+
jackson-dataformat-yaml/2.12.3//jackson-dataformat-yaml-2.12.3.jar
9292
jackson-datatype-jsr310/2.11.2//jackson-datatype-jsr310-2.11.2.jar
9393
jackson-mapper-asl/1.9.13//jackson-mapper-asl-1.9.13.jar
94-
jackson-module-scala_2.12/2.12.2//jackson-module-scala_2.12-2.12.2.jar
94+
jackson-module-scala_2.12/2.12.3//jackson-module-scala_2.12-2.12.3.jar
9595
jakarta.annotation-api/1.3.5//jakarta.annotation-api-1.3.5.jar
9696
jakarta.inject/2.6.1//jakarta.inject-2.6.1.jar
9797
jakarta.servlet-api/4.0.3//jakarta.servlet-api-4.0.3.jar

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
<!-- for now, not running scalafmt as part of default verify pipeline -->
170170
<scalafmt.skip>true</scalafmt.skip>
171171
<codehaus.jackson.version>1.9.13</codehaus.jackson.version>
172-
<fasterxml.jackson.version>2.12.2</fasterxml.jackson.version>
172+
<fasterxml.jackson.version>2.12.3</fasterxml.jackson.version>
173173
<snappy.version>1.1.8.4</snappy.version>
174174
<netlib.java.version>1.1.2</netlib.java.version>
175175
<netlib.ludovic.dev.version>2.2.0</netlib.ludovic.dev.version>

0 commit comments

Comments
 (0)