This is an automated email from the ASF dual-hosted git repository.
mattyb149 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/main by this push:
new 5584a1b35c NIFI-11768 - Upgrade jsoup to 1.16.1
5584a1b35c is described below
commit 5584a1b35c6986f0539c6176fd1b07f3622c6cea
Author: Pierre Villard <[email protected]>
AuthorDate: Fri Jun 30 16:04:06 2023 +0200
NIFI-11768 - Upgrade jsoup to 1.16.1
Signed-off-by: Matt Burgess <[email protected]>
This closes #7451
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 437e47ae99..fb016bcf64 100644
--- a/pom.xml
+++ b/pom.xml
@@ -721,7 +721,7 @@
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
- <version>1.15.4</version>
+ <version>1.16.1</version>
</dependency>
<dependency>
<groupId>com.github.ben-manes.caffeine</groupId>