Skip to content

Commit 46c2798

Browse files
committed
Bump com.fasterxml.jackson.core:jackson-databind from 2.21.1 to 2.21.4 in /hive
Signed-off-by: Sotaro Hikita <bering1814@gmail.com>
1 parent 525183e commit 46c2798

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
5252
- Bumps `software.amazon.awssdk:auth` from 2.34.5 to 2.42.0
5353
- Bumps `software.amazon.awssdk:utils` from 2.38.2 to 2.42.4
5454
- Bumps `software.amazon.awssdk:http-client-spi` from 2.39.6 to 2.40.3
55+
- Bumps `com.fasterxml.jackson.core:jackson-databind` from 2.21.1 to 2.21.4 ([#778](https://github.com/opensearch-project/opensearch-hadoop/pull/778))
5556

5657
## [1.3.0]
5758
### Added

hive/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies {
4242
testImplementation("org.apache.hive:hive-jdbc:$hiveVersion") {
4343
exclude module: "log4j-slf4j-impl"
4444
}
45-
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.21.1")
45+
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.21.4")
4646

4747
itestImplementation(project(":test:shared"))
4848
itestImplementation("org.apache.hive:hive-service:$hiveVersion") {
@@ -52,7 +52,7 @@ dependencies {
5252
exclude module: "log4j-slf4j-impl"
5353
}
5454
itestImplementation("org.apache.tez:tez-dag:0.9.2")
55-
itestImplementation("com.fasterxml.jackson.core:jackson-databind:2.21.1")
55+
itestImplementation("com.fasterxml.jackson.core:jackson-databind:2.21.4")
5656

5757
additionalSources(project(":opensearch-hadoop-mr"))
5858
javadocSources(project(":opensearch-hadoop-mr"))

0 commit comments

Comments
 (0)