From eee14f8e6e5f3e09348d990a0c045198e91bd270 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 22:13:23 +0000 Subject: [PATCH] chore: bump org.apache.poi:poi-ooxml from 5.5.0 to 5.5.1 Bumps org.apache.poi:poi-ooxml from 5.5.0 to 5.5.1. --- updated-dependencies: - dependency-name: org.apache.poi:poi-ooxml dependency-version: 5.5.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index da5ce215..8ba65913 100644 --- a/build.gradle +++ b/build.gradle @@ -56,8 +56,8 @@ subprojects { implementation 'net.coobird:thumbnailator:0.4.20' - implementation 'org.apache.poi:poi:5.5.0' - implementation 'org.apache.poi:poi-ooxml:5.5.0' + implementation 'org.apache.poi:poi:5.5.1' + implementation 'org.apache.poi:poi-ooxml:5.5.1' testFixturesImplementation 'org.springframework.boot:spring-boot-starter-test' testFixturesRuntimeOnly 'org.junit.platform:junit-platform-launcher'