From cf1f2b3d8b852369d9dc71c66f81da9420fd5666 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 20:35:35 +0000 Subject: [PATCH] Bump com.itextpdf:itext7-core from 7.1.16 to 8.0.5 Bumps [com.itextpdf:itext7-core](https://github.com/itext/itext7) from 7.1.16 to 8.0.5. - [Release notes](https://github.com/itext/itext7/releases) - [Commits](https://github.com/itext/itext7/compare/7.1.16...8.0.5) --- updated-dependencies: - dependency-name: com.itextpdf:itext7-core dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 227ee0f..2ebf791 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -210,7 +210,7 @@ dependencies { implementation ("org.apache.poi:poi-ooxml:5.3.0") implementation ("org.apache.poi:poi-scratchpad:5.2.2") implementation ("org.apache.odftoolkit:simple-odf:0.8.2-incubating") - implementation ("com.itextpdf:itext7-core:7.1.16") + implementation ("com.itextpdf:itext7-core:8.0.5") }