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 69bbf5b commit f02fe56Copy full SHA for f02fe56
build.gradle
@@ -51,7 +51,7 @@ dependencies {
51
}
52
implementation 'org.w3c.css:sac:1.3' // Required by Batik
53
implementation 'nu.validator:htmlparser:1.4.16'
54
- implementation 'org.jsoup:jsoup:1.18.3'
+ implementation 'org.jsoup:jsoup:1.19.1'
55
56
57
pom.xml
@@ -86,7 +86,7 @@
86
<dependency>
87
<groupId>org.jsoup</groupId>
88
<artifactId>jsoup</artifactId>
89
- <version>1.18.3</version>
+ <version>1.19.1</version>
90
</dependency>
91
<!-- Needed due to xml-apis-ext exclusion -->
92
0 commit comments