Skip to content

Commit

Permalink
Benchmark css4j 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosame committed Nov 7, 2023
1 parent 97def78 commit a9704c6
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.36'
implementation 'org.openjdk.jmh:jmh-core:1.36'
implementation 'io.sf.carte:xml-dtd:4.2'
implementation 'io.sf.carte:css4j:4.1'
implementation(group: 'io.sf.carte', name: 'css4j', version: '4.1', classifier: 'tests')
implementation 'io.sf.carte:xml-dtd:4.2.1'
implementation 'io.sf.carte:css4j:4.2.1'
implementation(group: 'io.sf.carte', name: 'css4j', version: '4.2.1', classifier: 'tests')
implementation 'io.sf.carte:css4j-dom4j:4.0'
implementation 'nu.validator:htmlparser:1.4.16'
implementation 'org.jsoup:jsoup:1.16.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</version>
<version>4.2.1</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.1</css4j.version>
<css4j.version>4.2.1</css4j.version>

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

0 comments on commit a9704c6

Please sign in to comment.