Skip to content

Commit

Permalink
XLSX open error with template created by Office 365 #128
Browse files Browse the repository at this point in the history
  • Loading branch information
subbotin committed Apr 12, 2020
1 parent 6a2109b commit 9c48a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ configure(core) {
exclude(group: 'org.codehaus.castor', module: 'castor-xml')
}

testCompile(group: 'org.jmockit', name: 'jmockit', version: '1.48')
testCompile(group: 'org.jmockit', name: 'jmockit', version: '1.15')
testCompile(group: 'junit', name: 'junit', version: '4.5')
testCompile(group: 'com.h2database', name: 'h2', version: '1.4.196')
testCompile(group: 'ch.qos.logback', name: 'logback-classic', version: '1.2.3')
Expand Down

0 comments on commit 9c48a77

Please sign in to comment.