Skip to content

Commit 7b229dc

Browse files
committed
Revert "Merge pull request #72 from pivotal-cf/dependabot/gradle/journeys/com.fasterxml.jackson.core-jackson-databind-2.10.3"
This reverts commit 97f1b6a, reversing changes made to a0fbc76.
1 parent 97f1b6a commit 7b229dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

journeys/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies {
1111
testCompile 'org.seleniumhq.selenium:selenium-chrome-driver:3.9.1'
1212
testCompile 'com.fasterxml.jackson.core:jackson-core:2.9.8'
1313
testCompile 'com.fasterxml.jackson.core:jackson-annotations:2.9.8'
14-
testCompile 'com.fasterxml.jackson.core:jackson-databind:2.10.3'
14+
testCompile 'com.fasterxml.jackson.core:jackson-databind:2.9.8'
1515
}
1616

1717
tasks.withType(Test) {

0 commit comments

Comments
 (0)