Skip to content

Commit

Permalink
Benchmark JSoup 1.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosame committed Nov 7, 2023
1 parent bf34273 commit abbbb70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies {
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'
implementation 'org.jsoup:jsoup:1.16.2'
}

group = 'io.sf.carte'
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.16.1</version>
<version>1.16.2</version>
</dependency>
</dependencies>
<!-- Configure CSS4J repository -->
Expand Down

0 comments on commit abbbb70

Please sign in to comment.