Skip to content

Commit

Permalink
Merge pull request #23 from rm3l/dependabot/gradle/backend/org.jsoup-…
Browse files Browse the repository at this point in the history
…jsoup-1.12.2

Bump jsoup from 1.12.1 to 1.12.2 in /backend
  • Loading branch information
rm3l authored Feb 12, 2020
2 parents bc1aa99 + 5f473a0 commit 1c036bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ dependencies {
compile("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
compile("org.jetbrains.kotlin:kotlin-reflect")

compile ("org.jsoup:jsoup:1.12.1")
compile ("org.jsoup:jsoup:1.12.2")

compile ("org.jetbrains.exposed:exposed:0.17.7")

Expand Down

0 comments on commit 1c036bd

Please sign in to comment.