Skip to content

Commit

Permalink
[KYUUBI #6101] Bump Jackson from 2.15.0 to 2.15.4
Browse files Browse the repository at this point in the history
# 🔍 Description
## Issue References 🔗

This pull request fixes #6101

## Describe Your Solution 🔧

This updates the jackson version from 2.15.0 to 2.15.4

## Types of changes 🔖

- [ ] Bugfix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)

## Test Plan 🧪

#### Behavior Without This Pull Request ⚰️

#### Behavior With This Pull Request 🎉

#### Related Unit Tests

---

# Checklist 📝

- [X] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html)

**Be nice. Be informative.**

Closes #6110 from Deepali1211/upgrade-jackson.

Closes #6101

5da3a25 [Deepali Gupta] Upgrade jackson to 2.15.4
2666a1e [Deepali Gupta] Upgrade jackson to 2.15.4

Authored-by: Deepali Gupta <[email protected]>
Signed-off-by: Cheng Pan <[email protected]>
  • Loading branch information
Deepali Gupta authored and pan3793 committed Feb 29, 2024
1 parent 84e60e9 commit 8026e72
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions dev/dependencyList
Original file line number Diff line number Diff line change
Expand Up @@ -66,16 +66,16 @@ httpclient/4.5.14//httpclient-4.5.14.jar
httpcore/4.4.16//httpcore-4.4.16.jar
httpmime/4.5.14//httpmime-4.5.14.jar
j2objc-annotations/1.3//j2objc-annotations-1.3.jar
jackson-annotations/2.15.0//jackson-annotations-2.15.0.jar
jackson-core/2.15.0//jackson-core-2.15.0.jar
jackson-databind/2.15.0//jackson-databind-2.15.0.jar
jackson-dataformat-yaml/2.15.0//jackson-dataformat-yaml-2.15.0.jar
jackson-datatype-jdk8/2.15.0//jackson-datatype-jdk8-2.15.0.jar
jackson-datatype-jsr310/2.15.0//jackson-datatype-jsr310-2.15.0.jar
jackson-jaxrs-base/2.15.0//jackson-jaxrs-base-2.15.0.jar
jackson-jaxrs-json-provider/2.15.0//jackson-jaxrs-json-provider-2.15.0.jar
jackson-module-jaxb-annotations/2.15.0//jackson-module-jaxb-annotations-2.15.0.jar
jackson-module-scala_2.12/2.15.0//jackson-module-scala_2.12-2.15.0.jar
jackson-annotations/2.15.4//jackson-annotations-2.15.4.jar
jackson-core/2.15.4//jackson-core-2.15.4.jar
jackson-databind/2.15.4//jackson-databind-2.15.4.jar
jackson-dataformat-yaml/2.15.4//jackson-dataformat-yaml-2.15.4.jar
jackson-datatype-jdk8/2.15.4//jackson-datatype-jdk8-2.15.4.jar
jackson-datatype-jsr310/2.15.4//jackson-datatype-jsr310-2.15.4.jar
jackson-jaxrs-base/2.15.4//jackson-jaxrs-base-2.15.4.jar
jackson-jaxrs-json-provider/2.15.4//jackson-jaxrs-json-provider-2.15.4.jar
jackson-module-jaxb-annotations/2.15.4//jackson-module-jaxb-annotations-2.15.4.jar
jackson-module-scala_2.12/2.15.4//jackson-module-scala_2.12-2.15.4.jar
jakarta.annotation-api/1.3.5//jakarta.annotation-api-1.3.5.jar
jakarta.inject/2.6.1//jakarta.inject-2.6.1.jar
jakarta.servlet-api/4.0.4//jakarta.servlet-api-4.0.4.jar
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
<hudi.version>0.14.0</hudi.version>
<hudi.spark.binary.version>${spark.binary.version}</hudi.spark.binary.version>
<iceberg.version>1.4.3</iceberg.version>
<jackson.version>2.15.0</jackson.version>
<jackson.version>2.15.4</jackson.version>
<jakarta.servlet-api.version>4.0.4</jakarta.servlet-api.version>
<jakarta.xml-bind.version>2.3.2</jakarta.xml-bind.version>
<jakarta.activation.version>1.2.2</jakarta.activation.version>
Expand Down Expand Up @@ -246,7 +246,7 @@
<maven.plugin.surefire.argLine></maven.plugin.surefire.argLine>
<maven.plugin.jacoco.version>0.8.11</maven.plugin.jacoco.version>
<maven.plugin.scalastyle.version>1.0.0</maven.plugin.scalastyle.version>
<maven.plugin.shade.version>3.4.1</maven.plugin.shade.version>
<maven.plugin.shade.version>3.5.2</maven.plugin.shade.version>
<maven.plugin.silencer.version>1.7.13</maven.plugin.silencer.version>
<!-- MSOURCES-121 breaks creating source artifacts for shaded modules,
we should skip upgrading until MSOURCES-141 gets fixed. -->
Expand Down

0 comments on commit 8026e72

Please sign in to comment.