From a6c53497b8b432f7636c04b99e6f9b848710128f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 5 May 2020 03:23:41 +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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c6a4942..688bd9e 100644 --- a/build.gradle +++ b/build.gradle @@ -23,7 +23,7 @@ dependencies { implementation group: 'org.glassfish.jersey.core', name: 'jersey-common', version: '2.30.1' implementation group: 'com.google.code.gson', name: 'gson', version: '2.8.6' implementation group: 'org.slf4j', name: 'slf4j-api', version: '1.7.29' - implementation group: 'org.jsoup', name: 'jsoup', version: '1.12.1' + implementation group: 'org.jsoup', name: 'jsoup', version: '1.13.1' implementation 'com.github.BIBSYSDEV:aws-build-tools:v1.5.5' implementation 'com.amazonaws:aws-lambda-java-core:1.2.0'