Skip to content

Commit 578686b

Browse files
committed
Benchmark EchoSVG 2.0 and css4j 5.2
1 parent 49a73eb commit 578686b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ 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.1'
37-
implementation(group: 'io.sf.carte', name: 'css4j', version: '5.1', classifier: 'tests')
36+
implementation 'io.sf.carte:css4j:5.2'
37+
implementation(group: 'io.sf.carte', name: 'css4j', version: '5.2', classifier: 'tests')
3838
implementation 'io.sf.carte:css4j-dom4j:5.1'
39-
implementation 'io.sf.carte:echosvg-transcoder:2.0-pre1'
39+
implementation 'io.sf.carte:echosvg-transcoder:2.0'
4040
implementation ('org.apache.xmlgraphics:batik-transcoder:1.18') {
4141
// Already available from java.xml
4242
exclude group: 'xml-apis', module: 'xml-apis'

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<dependency>
5151
<groupId>io.sf.carte</groupId>
5252
<artifactId>echosvg-transcoder</artifactId>
53-
<version>2.0-pre1</version>
53+
<version>2.0</version>
5454
<scope>compile</scope>
5555
</dependency>
5656
<dependency>
@@ -109,7 +109,7 @@
109109
<!--
110110
CSS4J version to use with this project.
111111
-->
112-
<css4j.version>5.1</css4j.version>
112+
<css4j.version>5.2</css4j.version>
113113

114114
<!--
115115
JMH version to use with this project.

0 commit comments

Comments
 (0)