Skip to content

Commit

Permalink
Use poi 4.1.1 #121
Browse files Browse the repository at this point in the history
  • Loading branch information
subbotin committed Nov 20, 2019
1 parent a04d53d commit 86a4a8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,8 @@ configure(core) {
exclude(group: 'bouncycastle', module: 'bcprov-jdk14')
exclude(group: 'bouncycastle', module: 'bctsp-jdk14')
}
compile(group: 'org.apache.poi', name: 'poi', version: '4.1.0')
compile(group: 'org.apache.poi', name: 'poi-scratchpad', version: '4.1.0') {
compile(group: 'org.apache.poi', name: 'poi', version: '4.1.1')
compile(group: 'org.apache.poi', name: 'poi-scratchpad', version: '4.1.1') {
exclude(group: 'org.apache.poi', module: 'poi')
}
compile(group: 'org.xhtmlrenderer', name: 'flying-saucer-core', version: '9.1.18')
Expand Down

0 comments on commit 86a4a8f

Please sign in to comment.