Skip to content

Commit

Permalink
Bump com.fasterxml.jackson.core:jackson-databind from 2.17.1 to 2.17.…
Browse files Browse the repository at this point in the history
…2 in /hive (#483)

* Bump com.fasterxml.jackson.core:jackson-databind in /hive

Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.17.1 to 2.17.2.
- [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-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>
  • Loading branch information
dependabot[bot] and dependabot[bot] authored Jul 8, 2024
1 parent cd3db19 commit 5ef87da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

### Dependencies
- Bumps `com.fasterxml.jackson.core:jackson-annotations` from 2.17.0 to 2.17.1
- Bumps `com.fasterxml.jackson.core:jackson-databind` from 2.17.0 to 2.17.1
- Bumps `com.fasterxml.jackson.core:jackson-databind` from 2.17.0 to 2.17.2
- Bumps `commons-logging:commons-logging` from 1.3.1 to 1.3.2
- Bumps `com.google.protobuf:protobuf-java` from 4.26.1 to 4.27.2
- Bumps `io.netty:netty-all` from 4.1.109.Final to 4.1.111.Final
Expand Down
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.17.1")
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.17.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.2")
itestImplementation("com.fasterxml.jackson.core:jackson-databind:2.17.1")
itestImplementation("com.fasterxml.jackson.core:jackson-databind:2.17.2")

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

0 comments on commit 5ef87da

Please sign in to comment.