From 02a9b6eef838d87477d51d690af783a7e4d1e587 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Jul 2022 05:18:48 +0000 Subject: [PATCH] Bump jsoup from 1.7.3 to 1.15.2 Bumps [jsoup](https://github.com/jhy/jsoup) from 1.7.3 to 1.15.2. - [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.7.3...jsoup-1.15.2) --- updated-dependencies: - dependency-name: org.jsoup:jsoup dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- grails-docs/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grails-docs/build.gradle b/grails-docs/build.gradle index 100c1ba2846..33c4bfcfe68 100644 --- a/grails-docs/build.gradle +++ b/grails-docs/build.gradle @@ -21,7 +21,7 @@ dependencies { runtime('com.lowagie:itext:2.0.8') - compile 'org.jsoup:jsoup:1.7.3' + compile 'org.jsoup:jsoup:1.15.2' testCompile "junit:junit:$junitVersion" testCompile("org.spockframework:spock-core:${spockVersion}") { transitive = false