Skip to content
This repository has been archived by the owner on Mar 21, 2023. It is now read-only.

Commit

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored Mar 9, 2021
1 parent 63dd581 commit ca0aa2b
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 @@ -23,7 +23,7 @@ tasks.withType(JavaCompile) {
dependencies {
testCompile group: 'junit', name: 'junit', version: '4.12'
implementation 'com.google.code.gson:gson:2.8.6'
compile "org.jsoup:jsoup:1.10.2"
compile "org.jsoup:jsoup:1.13.1"
implementation 'com.squareup.okhttp3:okhttp:4.9.0'
compile group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.14.0'
}

0 comments on commit ca0aa2b

Please sign in to comment.