Skip to content

Commit

Permalink
Merge pull request #109 from gocd/dependabot/gradle/org.jsoup-jsoup-1…
Browse files Browse the repository at this point in the history
….12.1

Bump jsoup from 1.10.2 to 1.12.1
  • Loading branch information
ketan authored Jun 27, 2019
2 parents 6eefcde + 7c5ee69 commit 106fe9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ dependencies {
testCompile group: 'org.hamcrest', name: 'hamcrest-library', version: '2.1'
testCompile group: 'org.mockito', name: 'mockito-core', version: '2.28.2'
testCompile group: 'org.skyscreamer', name: 'jsonassert', version: '1.5.0'
testCompile group: 'org.jsoup', name: 'jsoup', version: '1.10.2'
testCompile group: 'org.jsoup', name: 'jsoup', version: '1.12.1'
}

jar {
Expand Down

0 comments on commit 106fe9d

Please sign in to comment.