From 9abacd8791481f9062018326f12d42e40a1a00a9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 16 Jul 2021 06:24:35 +0000 Subject: [PATCH] Bump jsoup from 1.13.1 to 1.14.1 Bumps [jsoup](https://github.com/jhy/jsoup) from 1.13.1 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.13.1...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 b9da91a..d44f91c 100644 --- a/build.gradle +++ b/build.gradle @@ -67,7 +67,7 @@ dependencies { testCompile group: 'org.junit.jupiter', name: 'junit-jupiter-params', version: '5.7.2' testCompile group: 'org.assertj', name: 'assertj-core', version: '3.18.1' testCompile group: 'org.mockito', name: 'mockito-core', version: '3.7.7' - testCompile group: 'org.jsoup', name: 'jsoup', version: '1.13.1' + testCompile group: 'org.jsoup', name: 'jsoup', version: '1.14.1' testCompile group: 'cd.go.plugin', name: 'go-plugin-api', version: '19.1.0' testCompile group: 'org.skyscreamer', name: 'jsonassert', version: '1.5.0' }