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

Commit

Permalink
Merge pull request #2 from Minemobs/dependabot/gradle/org.jsoup-jsoup…
Browse files Browse the repository at this point in the history
…-1.13.1

Bump jsoup from 1.10.2 to 1.13.1
  • Loading branch information
Minemobs authored Mar 9, 2021
2 parents 3213357 + 04bb443 commit 79a27da
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.1'
compile group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.14.0'
}

0 comments on commit 79a27da

Please sign in to comment.