@@ -33,17 +33,17 @@ dependencies {
3333 annotationProcessor ' org.openjdk.jmh:jmh-generator-annprocess:1.37'
3434 implementation ' org.openjdk.jmh:jmh-core:1.37'
3535 implementation ' io.sf.carte:xml-dtd:4.3'
36- implementation ' io.sf.carte:css4j:5.3 .1'
37- implementation(group : ' io.sf.carte' , name : ' css4j' , version : ' 5.3 .1' , classifier : ' tests' )
38- implementation ' io.sf.carte:css4j-dom4j:5.3 '
39- implementation ' io.sf.carte:echosvg-transcoder:2.0 '
40- implementation (' org.apache.xmlgraphics:batik-transcoder:1.18 ' ) {
36+ implementation ' io.sf.carte:css4j:6 .1'
37+ implementation(group : ' io.sf.carte' , name : ' css4j' , version : ' 6 .1' , classifier : ' tests' )
38+ implementation ' io.sf.carte:css4j-dom4j:6.1 '
39+ implementation ' io.sf.carte:echosvg-transcoder:2.2 '
40+ implementation (' org.apache.xmlgraphics:batik-transcoder:1.19 ' ) {
4141 // Already available from java.xml
4242 exclude group : ' xml-apis' , module : ' xml-apis'
4343 // Use packages from web-apis instead
4444 exclude group : ' xml-apis' , module : ' xml-apis-ext'
4545 }
46- implementation (' org.apache.xmlgraphics:batik-codec:1.18 ' ) {
46+ implementation (' org.apache.xmlgraphics:batik-codec:1.19 ' ) {
4747 // Already available from java.xml
4848 exclude group : ' xml-apis' , module : ' xml-apis'
4949 // Use packages from web-apis instead
0 commit comments