Skip to content

Commit

Permalink
Bump com.fasterxml.jackson.core:jackson-databind from 2.15.2 to 2.16.…
Browse files Browse the repository at this point in the history
…0 in /mr (#356)

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

Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.15.2 to 2.16.0.
- [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-minor
...

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 Dec 5, 2023
1 parent 488f385 commit eb19134
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 @@ -14,7 +14,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Bumps `org.slf4j:slf4j-api` from 1.7.6 to 2.0.9
- Bumps `com.google.code.findbugs:jsr305` from 2.0.1 to 3.0.2
- Bumps `org.apache.htrace:htrace-core4` from 4.1.0-incubating to 4.2.0-incubating
- Bumps `com.fasterxml.jackson.core:jackson-databind` from 2.15.0 to 2.15.2
- Bumps `com.fasterxml.jackson.core:jackson-databind` from 2.15.0 to 2.16.0
- Bumps `org.json4s:json4s-ast_2.10` from 3.2.10 to 3.6.12
- Bumps `org.apache.hadoop.thirdparty:hadoop-shaded-protobuf_3_7` from 1.0.0 to 1.1.1
- Bumps `org.apache.avro:avro` from 1.7.7 to 1.8.2
Expand Down
4 changes: 2 additions & 2 deletions mr/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@ dependencies {
implementation("javax.xml.bind:jaxb-api:2.3.1")

testImplementation(project(":test:shared"))
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.15.2")
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.16.0")
testImplementation("io.netty:netty-all:4.1.101.Final")
testImplementation("org.elasticsearch:securemock:1.2")

itestEmbedded(project(":test:shared"))
itestImplementation("com.fasterxml.jackson.core:jackson-databind:2.15.2")
itestImplementation("com.fasterxml.jackson.core:jackson-databind:2.16.0")
itestImplementation("org.apache.hadoop:hadoop-minikdc:${project.ext.minikdcVersion}") {
// For some reason, the dependencies that are pulled in with MiniKDC have multiple resource files
// that cause issues when they are loaded. We exclude the ldap schema data jar to get around this.
Expand Down

0 comments on commit eb19134

Please sign in to comment.