Skip to content

Commit f46ff76

Browse files
committed
Update dependency org.jsoup:jsoup to v1.21.1
1 parent e0471b3 commit f46ff76

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

html2docx/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>org.jsoup</groupId>
4444
<artifactId>jsoup</artifactId>
45-
<version>1.18.1</version>
45+
<version>1.21.1</version>
4646
</dependency>
4747
<dependency>
4848
<groupId>commons-io</groupId>

html2pdf/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>org.jsoup</groupId>
3232
<artifactId>jsoup</artifactId>
33-
<version>1.18.1</version>
33+
<version>1.21.1</version>
3434
</dependency>
3535
<dependency>
3636
<groupId>commons-io</groupId>

0 commit comments

Comments
 (0)