From 5e96ba827522a5f5b853809a7a7d316d6e7a0a35 Mon Sep 17 00:00:00 2001 From: jlangch Date: Sat, 31 Aug 2024 22:31:20 +0200 Subject: [PATCH] Bumped Apache POI from 5.2.3 to 5.3 --- ChangeLog.md | 4 ++++ build.gradle | 2 +- .../com/github/jlangch/venice/excel-install.venice | 6 +++--- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 8ca5ac22c..0ec5a62ce 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -14,6 +14,10 @@ All notable changes to this project will be documented in this file. - :openai module support for assistant run api (...) - :openai module support for assistant run steps api (...) +### Updated dependencies: + +- Bumped Apache POI from 5.2.3 to 5.3 + ## [1.12.32] - 2024-08-29 diff --git a/build.gradle b/build.gradle index 01a900458..c69f0355b 100644 --- a/build.gradle +++ b/build.gradle @@ -209,7 +209,7 @@ ext { openpdf_Version = '1.3.35' pdfbox_Version = '3.0.1' jbig2_imageio_Version = '3.0.4' - poi_Version = '5.2.3' // '4.1.2' + poi_Version = '5.3.0' // '4.1.2' servletApi_Version = '5.0.0' springExpression_Version = '5.2.0.RELEASE' vavr_Version = '0.10.4' diff --git a/src/main/resources/com/github/jlangch/venice/excel-install.venice b/src/main/resources/com/github/jlangch/venice/excel-install.venice index eb6c4c0b9..683f7fd9e 100644 --- a/src/main/resources/com/github/jlangch/venice/excel-install.venice +++ b/src/main/resources/com/github/jlangch/venice/excel-install.venice @@ -43,9 +43,9 @@ (defn libraries-5.x [] - [ "org.apache.poi:poi:5.2.3" - "org.apache.poi:poi-ooxml:5.2.3" - "org.apache.poi:poi-ooxml-full:5.2.3" + [ "org.apache.poi:poi:5.3.0" + "org.apache.poi:poi-ooxml:5.3.0" + "org.apache.poi:poi-ooxml-full:5.3.0" "org.apache.logging.log4j:log4j-core:2.20.0" ] ) (defn libraries-4.x []