We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 114d856 + f44749b commit 113e8caCopy full SHA for 113e8ca
e2e-tests/build.gradle
@@ -18,7 +18,7 @@ dependencies {
18
implementation 'org.mongodb:mongo-java-driver:3.12.14'
19
testImplementation(platform('org.junit:junit-bom:5.13.4'))
20
testImplementation 'org.junit.jupiter:junit-jupiter'
21
- testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.19.2'
+ testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.20.0'
22
testImplementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.20.0'
23
testImplementation 'commons-io:commons-io:2.20.0'
24
testImplementation 'org.awaitility:awaitility:4.3.0'
0 commit comments