From 7babdfa4bc1ec3faa9b1fa10c256e4af1098cbbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 06:04:57 +0000 Subject: [PATCH] Bump org.jsoup:jsoup from 1.7.3 to 1.15.4 Bumps [org.jsoup:jsoup](https://github.com/jhy/jsoup) from 1.7.3 to 1.15.4. - [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.4) --- 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..06d0fbd1dc3 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.4' testCompile "junit:junit:$junitVersion" testCompile("org.spockframework:spock-core:${spockVersion}") { transitive = false