From ca0aa2b87a54824657dea340c15ce89ff7149f13 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 9 Mar 2021 16:49:14 +0000 Subject: [PATCH] Bump jsoup from 1.10.2 to 1.13.1 Bumps [jsoup](https://github.com/jhy/jsoup) from 1.10.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/jsoup-1.10.2...jsoup-1.13.1) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7b47e1b..47d557e 100644 --- a/build.gradle +++ b/build.gradle @@ -23,7 +23,7 @@ tasks.withType(JavaCompile) { dependencies { testCompile group: 'junit', name: 'junit', version: '4.12' implementation 'com.google.code.gson:gson:2.8.6' - compile "org.jsoup:jsoup:1.10.2" + compile "org.jsoup:jsoup:1.13.1" implementation 'com.squareup.okhttp3:okhttp:4.9.0' compile group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.14.0' }