We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44bdb04 commit d865b5fCopy full SHA for d865b5f
gradle/dependencies.gradle
@@ -2,8 +2,8 @@ dependencies {
2
implementation group: 'net.sf.jxls', name: 'jxls-core', version: '1.0.6', transitive: true
3
implementation group: 'net.sf.jxls', name: 'jxls-reader', version: '1.0.6', transitive: true
4
implementation group: 'org.apache.commons', name: 'commons-jexl', version: '2.1.1', transitive: true
5
- implementation group: 'org.apache.poi', name: 'poi', version: '5.2.2', transitive: true
6
- implementation group: 'org.apache.poi', name: 'poi-ooxml', version: '5.2.2', 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
7
8
implementation group: 'org.hamcrest', name: 'hamcrest', version: '2.2', transitive: false
9
testImplementation group: 'junit', name: 'junit', version: '4.13.2', transitive: false
0 commit comments