Skip to content

Commit 06fea95

Browse files
committed
Upgrade to latest versions of benchmarked artifacts
1 parent 3c27dbf commit 06fea95

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,22 +36,22 @@ dependencies {
3636
implementation 'io.sf.carte:css4j:4.4'
3737
implementation(group: 'io.sf.carte', name: 'css4j', version: '4.4', classifier: 'tests')
3838
implementation 'io.sf.carte:css4j-dom4j:4.2'
39-
implementation 'io.sf.carte:echosvg-transcoder:1.2.2'
40-
implementation ('org.apache.xmlgraphics:batik-transcoder:1.17') {
39+
implementation 'io.sf.carte:echosvg-transcoder:1.2.3'
40+
implementation ('org.apache.xmlgraphics:batik-transcoder:1.18') {
4141
// Use packages from web-apis instead
4242
exclude group: 'xml-apis', module: 'xml-apis-ext'
4343
}
44-
implementation ('org.apache.xmlgraphics:batik-codec:1.17') {
44+
implementation ('org.apache.xmlgraphics:batik-codec:1.18') {
4545
// Use packages from web-apis instead
4646
exclude group: 'xml-apis', module: 'xml-apis-ext'
4747
}
4848
implementation 'org.w3c.css:sac:1.3' // Required by Batik
4949
implementation 'nu.validator:htmlparser:1.4.16'
50-
implementation 'org.jsoup:jsoup:1.17.1'
50+
implementation 'org.jsoup:jsoup:1.18.3'
5151
}
5252

5353
group = 'io.sf.carte'
54-
version = '0.6'
54+
version = '0.7'
5555
description = 'JMH benchmark for CSS4J and EchoSVG'
5656
java.sourceCompatibility = JavaVersion.VERSION_11
5757

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>io.sf.carte</groupId>
77
<artifactId>css4j-mark</artifactId>
8-
<version>0.6</version>
8+
<version>0.7</version>
99
<packaging>jar</packaging>
1010
<name>JMH benchmark for CSS4J</name>
1111
<dependencies>
@@ -50,13 +50,13 @@
5050
<dependency>
5151
<groupId>io.sf.carte</groupId>
5252
<artifactId>echosvg-transcoder</artifactId>
53-
<version>1.2.2</version>
53+
<version>1.2.3</version>
5454
<scope>compile</scope>
5555
</dependency>
5656
<dependency>
5757
<groupId>org.apache.xmlgraphics</groupId>
5858
<artifactId>batik-transcoder</artifactId>
59-
<version>1.17</version>
59+
<version>1.18</version>
6060
<scope>compile</scope>
6161
<exclusions>
6262
<exclusion>
@@ -68,7 +68,7 @@
6868
<dependency>
6969
<groupId>org.apache.xmlgraphics</groupId>
7070
<artifactId>batik-codec</artifactId>
71-
<version>1.17</version>
71+
<version>1.18</version>
7272
<scope>compile</scope>
7373
<exclusions>
7474
<exclusion>
@@ -86,7 +86,7 @@
8686
<dependency>
8787
<groupId>org.jsoup</groupId>
8888
<artifactId>jsoup</artifactId>
89-
<version>1.18.1</version>
89+
<version>1.18.3</version>
9090
</dependency>
9191
<!-- Needed due to xml-apis-ext exclusion -->
9292
<dependency>

0 commit comments

Comments
 (0)