Skip to content

Commit

Permalink
Revert "Bump com.fasterxml.jackson.core:jackson-databind from 2.7.8 t…
Browse files Browse the repository at this point in the history
…o 2.14.2 in /hive (#54)" (#75)

This reverts commit 2c120ee.
  • Loading branch information
harshavamsi committed Feb 9, 2023
1 parent 4ba44a4 commit eddb355
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
### Dependencies
- Bumps `com.google.guava:guava` from 11.0 to 23.0
- Bumps `commons-codec:commons-codec` from 1.4 to 1.15
- Bumps `com.fasterxml.jackson.core:jackson-databind` from 2.7.8 to 2.14.2


[Unreleased]: https://github.com/opensearch-project/opensearch-hadoop/compare/main...HEAD
2 changes: 1 addition & 1 deletion 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.14.2")
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.7.8")

itestImplementation(project(":test:shared"))
itestImplementation("org.apache.hive:hive-service:$hiveVersion") {
Expand Down

0 comments on commit eddb355

Please sign in to comment.