NIFI-11397 Upgraded jsoup from 1.15.3 to 1.15.4

This closes #7129

Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
Pierre Villard 2023-04-07 15:57:45 +03:00 committed by exceptionfactory
parent 94a38fe5e6
commit 4b63c43ffb
No known key found for this signature in database
GPG Key ID: 29B6A52D2AAE8DBA
1 changed files with 1 additions and 1 deletions

View File

@ -723,7 +723,7 @@
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.15.3</version>
<version>1.15.4</version>
</dependency>
</dependencies>
</dependencyManagement>