You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2022/09/11 16:22:45 UTC

[maven-dist-tool] branch master updated: Bump jsoup from 1.13.1 to 1.15.3

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

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-dist-tool.git


The following commit(s) were added to refs/heads/master by this push:
     new a19a73a  Bump jsoup from 1.13.1 to 1.15.3
a19a73a is described below

commit a19a73ad818a4cfc68ea12083780380b10d6a076
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun Sep 11 18:22:07 2022 +0200

    Bump jsoup from 1.13.1 to 1.15.3
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7c0aeea..2039672 100644
--- a/pom.xml
+++ b/pom.xml
@@ -72,7 +72,7 @@
     <dependency>
       <groupId>org.jsoup</groupId>
       <artifactId>jsoup</artifactId>
-      <version>1.13.1</version>
+      <version>1.15.3</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>