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 /mr (#485)

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

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 5ef87da commit be87808
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mr/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@ dependencies {
implementation("javax.xml.bind:jaxb-api:2.3.1")

testImplementation(project(":test:shared"))
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.17.1")
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.17.2")
testImplementation("io.netty:netty-all:4.1.111.Final")
testImplementation("org.elasticsearch:securemock:1.2")

itestEmbedded(project(":test:shared"))
itestImplementation("com.fasterxml.jackson.core:jackson-databind:2.17.1")
itestImplementation("com.fasterxml.jackson.core:jackson-databind:2.17.2")
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 be87808

Please sign in to comment.