Skip to content

Commit 71e5b60

Browse files
Bump com.fasterxml.jackson.core:jackson-databind in /hive
Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.21.2 to 2.21.3. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.21.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 83ce070 commit 71e5b60

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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.2")
45+
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.21.3")
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.2")
55+
itestImplementation("com.fasterxml.jackson.core:jackson-databind:2.21.3")
5656

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

0 commit comments

Comments
 (0)