This is an automated email from the ASF dual-hosted git repository.

mattyb149 pushed a commit to branch support/nifi-1.x
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/support/nifi-1.x by this push:
     new 359b7a14b6 NIFI-11768 - Upgrade jsoup to 1.16.1
359b7a14b6 is described below

commit 359b7a14b6f294251fce18a584eb4cb2309a568c
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]>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b5e8cbe9e5..06eb25f89b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -681,7 +681,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>

Reply via email to