Skip to content

Commit

Permalink
Bump jsoup from 1.12.1 to 1.12.2
Browse files Browse the repository at this point in the history
Bumps [jsoup](https://github.com/jhy/jsoup) from 1.12.1 to 1.12.2.
- [Release notes](https://github.com/jhy/jsoup/releases)
- [Changelog](https://github.com/jhy/jsoup/blob/master/CHANGES)
- [Commits](jhy/jsoup@jsoup-1.12.1...1.12.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored and ketan committed Feb 18, 2020
1 parent 60aefaf commit 3b81eda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -60,9 +60,9 @@ dependencies {
testCompile group: 'org.mockito', name: 'mockito-core', version: '3.2.4'
testCompile group: 'org.hamcrest', name: 'hamcrest-library', version: '2.2'
testCompile group: 'org.skyscreamer', name: 'jsonassert', version: '1.5.0'
testCompile group: 'org.jsoup', name: 'jsoup', version: '1.12.1'
testCompile group: 'org.jsoup', name: 'jsoup', version: '1.12.2'
testCompile group: 'com.squareup.okhttp3', name: 'mockwebserver', version: '4.3.1'
testCompile group: 'org.jsoup', name: 'jsoup', version: '1.12.1'
testCompile group: 'org.jsoup', name: 'jsoup', version: '1.12.2'
}

sourceSets {
Expand Down

0 comments on commit 3b81eda

Please sign in to comment.