Skip to content

Commit

Permalink
Upgrade dependencies #180
Browse files Browse the repository at this point in the history
  • Loading branch information
gorbunkov committed Feb 20, 2024
1 parent 640399d commit c211277
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -228,20 +228,20 @@ configure(core) {
compile(group: 'org.apache.poi', name: 'poi-scratchpad', version: '4.1.2') {
exclude(group: 'org.apache.poi', module: 'poi')
}
compile(group: 'org.xhtmlrenderer', name: 'flying-saucer-core', version: '9.1.18')
compile(group: 'org.xhtmlrenderer', name: 'flying-saucer-pdf', version: '9.1.18') {
compile(group: 'org.xhtmlrenderer', name: 'flying-saucer-core', version: '9.1.22')
compile(group: 'org.xhtmlrenderer', name: 'flying-saucer-pdf', version: '9.1.22') {
exclude(group: 'org.bouncycastle', module: 'bctsp-jdk14')
exclude(group: 'org.bouncycastle', module: 'bcprov-jdk14')
exclude(group: 'org.bouncycastle', module: 'bcmail-jdk14')
exclude(group: 'bouncycastle', module: 'bcmail-jdk14')
exclude(group: 'bouncycastle', module: 'bcprov-jdk14')
exclude(group: 'bouncycastle', module: 'bctsp-jdk14')
}
compile (group: 'com.openhtmltopdf', name: 'openhtmltopdf-core', version: '1.0.0') {
compile (group: 'com.openhtmltopdf', name: 'openhtmltopdf-core', version: '1.0.10') {
exclude(group: 'junit', module: 'junit')
}
compile (group: 'com.openhtmltopdf', name: 'openhtmltopdf-rtl-support', version: '1.0.0')
compile (group: 'com.openhtmltopdf', name: 'openhtmltopdf-pdfbox', version: '1.0.0') {
compile (group: 'com.openhtmltopdf', name: 'openhtmltopdf-rtl-support', version: '1.0.10')
compile (group: 'com.openhtmltopdf', name: 'openhtmltopdf-pdfbox', version: '1.0.10') {
exclude(group: 'junit', module: 'junit')
}
compile(group: "org.docx4j", name: "docx4j-JAXB-ReferenceImpl", version: "8.2.9") {
Expand Down

0 comments on commit c211277

Please sign in to comment.