Skip to content

Commit

Permalink
Bump com.fasterxml.jackson.core:jackson-databind in /pig (#111) (#136)
Browse files Browse the repository at this point in the history
Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.7.8 to 2.14.2.
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
  update-type: version-update:semver-minor
...



(cherry picked from commit d99f952)

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
3 people committed Mar 14, 2023
1 parent 5a15f09 commit bb71e64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pig/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ dependencies {
implementation("javax.xml.bind:jaxb-api:2.3.1")

testImplementation(project(":test:shared"))
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.7.8")
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.14.2")
testImplementation("org.apache.pig:pig:$pigVersion:$pigClassifier")
testImplementation("joda-time:joda-time:$jodaVersion")
testImplementation("com.google.guava:guava:23.0")
testImplementation("jline:jline:0.9.94")

itestEmbedded(project(":test:shared"))
itestImplementation("com.fasterxml.jackson.core:jackson-databind:2.7.8")
itestImplementation("com.fasterxml.jackson.core:jackson-databind:2.14.2")
itestImplementation("dk.brics.automaton:automaton:1.11-8")

additionalSources(project(":opensearch-hadoop-mr"))
Expand Down

0 comments on commit bb71e64

Please sign in to comment.