From 5f473a0c2aa1a13658106f5dbf9aa40e52f27a32 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2020 05:11:23 +0000 Subject: [PATCH] Bump jsoup from 1.12.1 to 1.12.2 in /backend Bumps [jsoup](https://github.com/jhy/jsoup) from 1.12.1 to 1.12.2. - [Release notes](https://github.com/jhy/jsoup/releases) - [Changelog](https://github.com/jhy/jsoup/blob/master/CHANGES) - [Commits](https://github.com/jhy/jsoup/compare/jsoup-1.12.1...1.12.2) Signed-off-by: dependabot-preview[bot] --- backend/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/build.gradle b/backend/build.gradle index 6ad79d11..ce061fe4 100644 --- a/backend/build.gradle +++ b/backend/build.gradle @@ -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")