Skip to content

Commit

Permalink
Benchmark css4j 4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosame committed Sep 4, 2024
1 parent 58c31b6 commit 3117db6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ repositories {
dependencies {
annotationProcessor 'org.openjdk.jmh:jmh-generator-annprocess:1.37'
implementation 'org.openjdk.jmh:jmh-core:1.37'
implementation 'io.sf.carte:xml-dtd:4.2.1'
implementation 'io.sf.carte:css4j:4.2.2'
implementation(group: 'io.sf.carte', name: 'css4j', version: '4.2.2', classifier: 'tests')
implementation 'io.sf.carte:xml-dtd:4.3'
implementation 'io.sf.carte:css4j:4.4'
implementation(group: 'io.sf.carte', name: 'css4j', version: '4.4', classifier: 'tests')
implementation 'io.sf.carte:css4j-dom4j:4.2'
implementation 'nu.validator:htmlparser:1.4.16'
implementation 'org.jsoup:jsoup:1.17.1'
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<dependency>
<groupId>io.sf.carte</groupId>
<artifactId>xml-dtd</artifactId>
<version>4.2.1</version>
<version>4.3</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
Expand Down Expand Up @@ -73,7 +73,7 @@
<!--
CSS4J version to use with this project.
-->
<css4j.version>4.2.2</css4j.version>
<css4j.version>4.4</css4j.version>

<!--
JMH version to use with this project.
Expand Down

0 comments on commit 3117db6

Please sign in to comment.