File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -64,12 +64,12 @@ dependencies {
64
64
implementation(" javax.xml.bind:jaxb-api:2.3.1" )
65
65
66
66
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 " )
68
68
testImplementation(" io.netty:netty-all:4.2.0.Final" )
69
69
testImplementation(" org.elasticsearch:securemock:1.2" )
70
70
71
71
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 " )
73
73
itestImplementation(" org.apache.hadoop:hadoop-minikdc:${ project.ext.minikdcVersion} " ) {
74
74
// For some reason, the dependencies that are pulled in with MiniKDC have multiple resource files
75
75
// that cause issues when they are loaded. We exclude the ldap schema data jar to get around this.
You can’t perform that action at this time.
0 commit comments