Skip to content

Commit

Permalink
Bumped Apache POI from 5.2.3 to 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jlangch committed Aug 31, 2024
1 parent d13507c commit 5e96ba8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 []
Expand Down

0 comments on commit 5e96ba8

Please sign in to comment.