Skip to content

Commit f84e127

Browse files
committed
Benchmark css4j 5.3.1, css4j-dom4j 5.3
1 parent 99a6cd9 commit f84e127

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,9 +33,9 @@ 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.2'
37-
implementation(group: 'io.sf.carte', name: 'css4j', version: '5.2', classifier: 'tests')
38-
implementation 'io.sf.carte:css4j-dom4j:5.1'
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'
3939
implementation 'io.sf.carte:echosvg-transcoder:2.0'
4040
implementation ('org.apache.xmlgraphics:batik-transcoder:1.18') {
4141
// Already available from java.xml

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>io.sf.carte</groupId>
3232
<artifactId>css4j-dom4j</artifactId>
33-
<version>5.1</version>
33+
<version>5.3</version>
3434
<type>jar</type>
3535
<scope>compile</scope>
3636
</dependency>
@@ -109,7 +109,7 @@
109109
<!--
110110
CSS4J version to use with this project.
111111
-->
112-
<css4j.version>5.2</css4j.version>
112+
<css4j.version>5.3.1</css4j.version>
113113

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

0 commit comments

Comments
 (0)