Skip to content

Commit

Permalink
bump POI from 5.2.3 to 5.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
asolntsev committed Feb 9, 2024
1 parent ed43a4e commit 521b8e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
== Changelog

=== 1.7.1 (released 09.02.2024)
* bump POI from 5.2.3 to 5.2.5
* upgrade Gradle from 7.x 8.5

=== 1.7.0 (released 22.12.2022)
Expand Down
4 changes: 2 additions & 2 deletions gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ dependencies {
implementation group: 'net.sf.jxls', name: 'jxls-core', version: '1.0.6', transitive: true
implementation group: 'net.sf.jxls', name: 'jxls-reader', version: '1.0.6', transitive: true
implementation group: 'org.apache.commons', name: 'commons-jexl', version: '2.1.1', transitive: true
implementation group: 'org.apache.poi', name: 'poi', version: '5.2.3', transitive: true
implementation group: 'org.apache.poi', name: 'poi-ooxml', version: '5.2.3', transitive: true
implementation group: 'org.apache.poi', name: 'poi', version: '5.2.5', transitive: true
implementation group: 'org.apache.poi', name: 'poi-ooxml', version: '5.2.5', transitive: true

implementation group: 'org.hamcrest', name: 'hamcrest', version: '2.2', transitive: false
testImplementation group: 'junit', name: 'junit', version: '4.13.2', transitive: false
Expand Down

0 comments on commit 521b8e3

Please sign in to comment.