From 0811d862452c97b7c7042e24ca7d087e3f6307a5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2020 02:19:44 +0000 Subject: [PATCH] Bump jsoup from 1.12.2 to 1.13.1 Bumps [jsoup](https://github.com/jhy/jsoup) from 1.12.2 to 1.13.1. - [Release notes](https://github.com/jhy/jsoup/releases) - [Changelog](https://github.com/jhy/jsoup/blob/master/CHANGES) - [Commits](https://github.com/jhy/jsoup/compare/1.12.2...jsoup-1.13.1) Signed-off-by: dependabot-preview[bot] --- picker/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/picker/build.gradle b/picker/build.gradle index b32f2ff..d31d2c5 100644 --- a/picker/build.gradle +++ b/picker/build.gradle @@ -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'