Skip to content

Commit 7a55d93

Browse files
committed
Build against OpenPDF 1.0.5 instead of outdated iText 2.1.7
Issue: SPR-16352
1 parent b9e03cb commit 7a55d93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-webmvc/spring-webmvc.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies {
2828
optional("javax.xml.bind:jaxb-api:2.3.0")
2929
optional('org.webjars:webjars-locator:0.32-1')
3030
optional("com.rometools:rome:1.9.0")
31-
optional("com.lowagie:itext:2.1.7")
31+
optional("com.github.librepdf:openpdf:1.0.5")
3232
optional("org.apache.poi:poi-ooxml:3.17")
3333
optional("org.freemarker:freemarker:${freemarkerVersion}")
3434
optional("com.fasterxml.jackson.core:jackson-databind:${jackson2Version}")

0 commit comments

Comments
 (0)