Skip to content

Commit

Permalink
Update openhtmltopdf dependency to avoid security vulnerabilities wit…
Browse files Browse the repository at this point in the history
…h pdfbox #109
  • Loading branch information
Andrey Subbotin committed Apr 18, 2019
1 parent 0d680bb commit d157286
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -227,11 +227,11 @@ configure(core) {
exclude(group: 'bouncycastle', module: 'bcprov-jdk14')
exclude(group: 'bouncycastle', module: 'bctsp-jdk14')
}
compile (group: 'com.openhtmltopdf', name: 'openhtmltopdf-core', version: '0.0.1-RC15') {
compile (group: 'com.openhtmltopdf', name: 'openhtmltopdf-core', version: '0.0.1-RC19') {
exclude(group: 'junit', module: 'junit')
}
compile (group: 'com.openhtmltopdf', name: 'openhtmltopdf-rtl-support', version: '0.0.1-RC15')
compile (group: 'com.openhtmltopdf', name: 'openhtmltopdf-pdfbox', version: '0.0.1-RC15') {
compile (group: 'com.openhtmltopdf', name: 'openhtmltopdf-rtl-support', version: '0.0.1-RC19')
compile (group: 'com.openhtmltopdf', name: 'openhtmltopdf-pdfbox', version: '0.0.1-RC19') {
exclude(group: 'junit', module: 'junit')
}
compile(group: "org.docx4j", name: "docx4j", version: "6.1.0") {
Expand Down

0 comments on commit d157286

Please sign in to comment.