Skip to content

Commit 6a3b146

Browse files
author
felix
committed
chore: upgrade org.jsoup:jsoup
1 parent 4711f4e commit 6a3b146

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
53
<modelVersion>4.0.0</modelVersion>
64

75
<groupId>sec</groupId>
@@ -227,7 +225,7 @@
227225
<dependency>
228226
<groupId>org.jsoup</groupId>
229227
<artifactId>jsoup</artifactId>
230-
<version>1.10.2</version>
228+
<version>1.15.3</version>
231229
</dependency>
232230

233231
<!-- SSRF -->
@@ -428,4 +426,4 @@
428426
</build>
429427

430428

431-
</project>
429+
</project>

0 commit comments

Comments
 (0)