Skip to content

Commit 0f362d8

Browse files
Bump com.fasterxml.jackson.core:jackson-databind in /mr
Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.19.1 to 2.19.2. - [Commits](https://github.com/FasterXML/jackson/commits) --- 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>
1 parent 589eff1 commit 0f362d8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

mr/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,12 @@ dependencies {
6464
implementation("javax.xml.bind:jaxb-api:2.3.1")
6565

6666
testImplementation(project(":test:shared"))
67-
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.19.1")
67+
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.19.2")
6868
testImplementation("io.netty:netty-all:4.2.2.Final")
6969
testImplementation("org.elasticsearch:securemock:1.2")
7070

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

0 commit comments

Comments
 (0)