From 8f45cfec0cf739499b961e2469fe8d7425a60afb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 12 Jul 2021 22:12:42 +0000 Subject: [PATCH] Bump jsoup from 1.11.3 to 1.14.1 Bumps [jsoup](https://github.com/jhy/jsoup) from 1.11.3 to 1.14.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.11.3...jsoup-1.14.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 1ebdc33..9532fe5 100644 --- a/build.gradle +++ b/build.gradle @@ -45,7 +45,7 @@ dependencies { // https://mvnrepository.com/artifact/org.eclipse.jetty/jetty-util compile group: 'org.eclipse.jetty', name: 'jetty-util', version: '9.4.14.v20181114' - implementation 'org.jsoup:jsoup:1.11.3' + implementation 'org.jsoup:jsoup:1.14.1' // https://mvnrepository.com/artifact/org.slf4j/slf4j-simple implementation group: 'org.slf4j', name: 'slf4j-simple', version: '1.7.25'