From 67776536b29161d8a6b8763714623224534257f9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 25 Apr 2020 03:42:50 +0000 Subject: [PATCH] Bump jsoup from 1.12.1 to 1.13.1 Bumps [jsoup](https://github.com/jhy/jsoup) from 1.12.1 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/jsoup-1.12.1...jsoup-1.13.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 a68de29..6b0045c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -70,7 +70,7 @@ dependencies { implementation 'de.hdodenhof:circleimageview:2.2.0' implementation 'com.github.jd-alexander:LikeButton:0.2.3' implementation 'com.crashlytics.sdk.android:crashlytics:2.9.5' - implementation 'org.jsoup:jsoup:1.12.1' + implementation 'org.jsoup:jsoup:1.13.1' implementation 'com.github.ivbaranov:materialfavoritebutton:0.1.4' testImplementation 'junit:junit:4.13' }