From d8d2104ee3c1f8037b13a4cf14ce6b45cde27329 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2019 06:43:05 +0000 Subject: [PATCH] Bump jsoup from 1.10.3 to 1.12.1 Bumps [jsoup](https://github.com/jhy/jsoup) from 1.10.3 to 1.12.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/jsoup-1.10.3...jsoup-1.12.1) Signed-off-by: dependabot-preview[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 48fd2e6..3592b92 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -51,7 +51,7 @@ dependencies { implementation 'com.squareup.retrofit2:retrofit:2.3.0' implementation 'com.squareup.retrofit2:converter-scalars:2.3.0' implementation 'com.squareup.retrofit2:adapter-rxjava2:2.3.0' - implementation 'org.jsoup:jsoup:1.10.3' + implementation 'org.jsoup:jsoup:1.12.1' implementation 'com.j256.ormlite:ormlite-android:5.0' implementation 'com.jrummyapps:colorpicker:2.1.7' implementation 'com.github.hotchemi:permissionsdispatcher:3.0.1'