File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ hamcrestVersion=3.0
2727h2Version =2.3.232
2828hsqldbVesion =1.8.1.1
2929hibernateDatastoreVersion =9.0.0-SNAPSHOT
30- itextVersion =2.0.8
30+ itextVersion =4.2.2
3131jacksonVersion =2.18.0
3232jakartaAnnotationApiVersion =3.0.0
3333jakartaXmlBindVersion =4.0.2
@@ -62,7 +62,7 @@ testingSupportVersionForTests=4.0.0-SNAPSHOT
6262tomcatLog4jVersion =8.5.2
6363tomcatVersion =10.1.31
6464viewsVersion =4.0.0-SNAPSHOT
65- xhtmlRendererVersion =8.0
65+ xhtmlRendererVersion =9.1.22
6666org.gradle.caching =true
6767org.gradle.parallel =true
6868org.gradle.daemon =true
Original file line number Diff line number Diff line change @@ -13,14 +13,10 @@ dependencies {
1313 " org.apache.groovy:groovy-ant:$groovyVersion "
1414
1515 api " org.asciidoctor:asciidoctorj:$asciidoctorjVersion "
16- api(" org.xhtmlrenderer:core-renderer:$xhtmlRendererVersion " ) {
17- exclude group : ' bouncycastle' , module :' bcprov-jdk14'
18- }
16+ implementation " org.xhtmlrenderer:flying-saucer-pdf-openpdf:$xhtmlRendererVersion "
1917
2018 runtimeOnly " org.slf4j:slf4j-api:$slf4jVersion "
2119
22- implementation " com.lowagie:itext:$itextVersion "
23-
2420 api " org.jsoup:jsoup:$jsoupVersion "
2521 testImplementation(" org.spockframework:spock-core:$spockVersion " ) { transitive = false }
2622}
You can’t perform that action at this time.
0 commit comments