Skip to content

Commit 42c7faf

Browse files
dependabot[bot]lawofcycles
authored andcommitted
Bump com.fasterxml.jackson.core:jackson-databind from 2.19.1 to 2.19.2 in /hive (opensearch-project#618)
* Bump com.fasterxml.jackson.core:jackson-databind in /hive --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.19.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Update changelog Signed-off-by: dependabot[bot] <support@github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
1 parent 319e036 commit 42c7faf

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
1717
### Security
1818

1919
### Dependencies
20-
- Bumps `com.fasterxml.jackson.core:jackson-databind` from 2.17.2 to 2.19.1
20+
- Bumps `com.fasterxml.jackson.core:jackson-databind` from 2.17.2 to 2.19.2
2121
- Bumps `com.fasterxml.jackson.core:jackson-annotations` from 2.17.2 to 2.19.2
2222
- Bumps `io.netty:netty-all` from 4.1.112.Final to 4.2.1.Final
2323
- Bumps `com.google.protobuf:protobuf-java` from 4.28.2 to 4.31.1

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

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

0 commit comments

Comments
 (0)