Skip to content

Commit f02fe56

Browse files
committed
Benchmark JSoup 1.19.1
1 parent 69bbf5b commit f02fe56

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dependencies {
5151
}
5252
implementation 'org.w3c.css:sac:1.3' // Required by Batik
5353
implementation 'nu.validator:htmlparser:1.4.16'
54-
implementation 'org.jsoup:jsoup:1.18.3'
54+
implementation 'org.jsoup:jsoup:1.19.1'
5555

5656
}
5757

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
<dependency>
8787
<groupId>org.jsoup</groupId>
8888
<artifactId>jsoup</artifactId>
89-
<version>1.18.3</version>
89+
<version>1.19.1</version>
9090
</dependency>
9191
<!-- Needed due to xml-apis-ext exclusion -->
9292
<dependency>

0 commit comments

Comments
 (0)