Skip to content

Commit

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

Bump jsoup from 1.12.2 to 1.13.1
  • Loading branch information
Sammers21 authored May 6, 2021
2 parents 1bbf0c6 + 0811d86 commit 522703f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion picker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).all {
}
dependencies {
compile 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.1.1'
compile 'org.jsoup:jsoup:1.12.2'
compile 'org.jsoup:jsoup:1.13.1'
compile 'io.vertx:vertx-lang-kotlin:3.6.3'
compile 'io.vertx:vertx-lang-kotlin-coroutines:3.6.3'
compile 'io.vertx:vertx-web-client:3.6.3'
Expand Down

0 comments on commit 522703f

Please sign in to comment.