Merge pull request #18 from gresham-computing/DWN-38621_jsoup

DWN-38621 : bump JSoup to 1.14.2
pull/1601/head
Harry Smith 2021-09-10 10:20:14 +01:00 committed by GitHub
commit 536c8452bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -602,7 +602,7 @@
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.10.3</version>
<version>1.14.2</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>