From b73964040af5d37b8d36d0d7fa2c126efdfd9386 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 07:12:30 +0000 Subject: [PATCH] Bump org.apache.poi:poi-ooxml from 5.2.4 to 5.2.5 Bumps org.apache.poi:poi-ooxml from 5.2.4 to 5.2.5. --- updated-dependencies: - dependency-name: org.apache.poi:poi-ooxml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 8f111de..71c6151 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -17,7 +17,7 @@ dependencies { implementation("io.netty:netty-all:4.1.101.Final") implementation("log4j:log4j:1.2.17") implementation("com.google.code.gson:gson:2.10.1") - implementation("org.apache.poi:poi-ooxml:5.2.4") + implementation("org.apache.poi:poi-ooxml:5.2.5") implementation("com.jakewharton:disklrucache:2.0.2") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3") implementation("com.squareup.okhttp3:okhttp:4.12.0")