Skip to content

Commit

Permalink
Bump com.fasterxml.jackson.core:jackson-databind in /hive
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
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 14, 2023
1 parent 34b0b86 commit b65b112
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hive/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies {
testImplementation("org.apache.hive:hive-jdbc:$hiveVersion") {
exclude module: "log4j-slf4j-impl"
}
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.7.8")
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.14.2")

itestImplementation(project(":test:shared"))
itestImplementation("org.apache.hive:hive-service:$hiveVersion") {
Expand All @@ -52,7 +52,7 @@ dependencies {
exclude module: "log4j-slf4j-impl"
}
itestImplementation("org.apache.tez:tez-dag:0.9.1")
itestImplementation("com.fasterxml.jackson.core:jackson-databind:2.7.8")
itestImplementation("com.fasterxml.jackson.core:jackson-databind:2.14.2")

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

0 comments on commit b65b112

Please sign in to comment.