We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 717f3bd commit 1f49cf7Copy full SHA for 1f49cf7
build.gradle
@@ -52,7 +52,7 @@ dependencies {
52
}
53
implementation 'org.w3c.css:sac:1.3' // Required by Batik
54
implementation 'nu.validator:htmlparser:1.4.16'
55
- implementation 'org.jsoup:jsoup:1.19.1'
+ implementation 'org.jsoup:jsoup:1.21.2'
56
57
58
pom.xml
@@ -86,7 +86,7 @@
86
<dependency>
87
<groupId>org.jsoup</groupId>
88
<artifactId>jsoup</artifactId>
89
- <version>1.19.1</version>
+ <version>1.21.2</version>
90
</dependency>
91
<!-- Needed due to xml-apis-ext exclusion -->
92
0 commit comments