Skip to content

Commit af31559

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.18.3 to 2.19.0. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.19.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b5307ed commit af31559

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mr/build.gradle

+2-2
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.18.3")
67+
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.19.0")
6868
testImplementation("io.netty:netty-all:4.2.0.Final")
6969
testImplementation("org.elasticsearch:securemock:1.2")
7070

7171
itestEmbedded(project(":test:shared"))
72-
itestImplementation("com.fasterxml.jackson.core:jackson-databind:2.18.3")
72+
itestImplementation("com.fasterxml.jackson.core:jackson-databind:2.19.0")
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)