From 0973c0b5eb51b927b2da32b2f121a2b4e6850a23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Oct 2021 05:20:24 +0000 Subject: [PATCH] Bump itext from 2.0.8 to 4.2.2 Bumps [itext](https://github.com/itext/itextpdf) from 2.0.8 to 4.2.2. - [Release notes](https://github.com/itext/itextpdf/releases) - [Commits](https://github.com/itext/itextpdf/commits) --- updated-dependencies: - dependency-name: com.lowagie:itext dependency-type: direct:production update-type: version-update:semver-major ... 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..32a1d6b5894 100644 --- a/grails-docs/build.gradle +++ b/grails-docs/build.gradle @@ -19,7 +19,7 @@ dependencies { runtime "org.slf4j:slf4j-api:$slf4jVersion" - runtime('com.lowagie:itext:2.0.8') + runtime('com.lowagie:itext:4.2.2') compile 'org.jsoup:jsoup:1.7.3' testCompile "junit:junit:$junitVersion"