Skip to content

Commit 1f49cf7

Browse files
committed
Benchmark JSoup 1.21.2
1 parent 717f3bd commit 1f49cf7

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
@@ -52,7 +52,7 @@ dependencies {
5252
}
5353
implementation 'org.w3c.css:sac:1.3' // Required by Batik
5454
implementation 'nu.validator:htmlparser:1.4.16'
55-
implementation 'org.jsoup:jsoup:1.19.1'
55+
implementation 'org.jsoup:jsoup:1.21.2'
5656

5757
}
5858

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.19.1</version>
89+
<version>1.21.2</version>
9090
</dependency>
9191
<!-- Needed due to xml-apis-ext exclusion -->
9292
<dependency>

0 commit comments

Comments
 (0)