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 lrusso96 committed Feb 13, 2020
1 parent 19545e1 commit 23a99fb
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 @@ -13,7 +13,7 @@ repositories {
}

dependencies {
compile 'org.jsoup:jsoup:1.12.1'
compile 'org.jsoup:jsoup:1.12.2'
compile group: 'org.json', name: 'json', version: '20190722'
compile group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.3.1'
compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.9'
Expand Down

0 comments on commit 23a99fb

Please sign in to comment.