This is an automated email from the ASF dual-hosted git repository. exceptionfactory pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/nifi.git
commit 4b63c43ffbc15860368acd5cc4df18beae54263b Author: Pierre Villard <[email protected]> AuthorDate: Fri Apr 7 15:57:45 2023 +0300 NIFI-11397 Upgraded jsoup from 1.15.3 to 1.15.4 This closes #7129 Signed-off-by: David Handermann <[email protected]> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 24105c30db..b699aea463 100644 --- a/pom.xml +++ b/pom.xml @@ -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>
