We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97f1b6a commit 7b229dcCopy full SHA for 7b229dc
journeys/build.gradle
@@ -11,7 +11,7 @@ dependencies {
11
testCompile 'org.seleniumhq.selenium:selenium-chrome-driver:3.9.1'
12
testCompile 'com.fasterxml.jackson.core:jackson-core:2.9.8'
13
testCompile 'com.fasterxml.jackson.core:jackson-annotations:2.9.8'
14
- testCompile 'com.fasterxml.jackson.core:jackson-databind:2.10.3'
+ testCompile 'com.fasterxml.jackson.core:jackson-databind:2.9.8'
15
}
16
17
tasks.withType(Test) {
0 commit comments