[java-parent-project] 02/02: IDP-1465 - Update jsoup to 1.12.2

Ian Young ian at iay.org.uk
Tue Feb 11 12:01:48 EST 2020


This is an automated email from the git hooks/post-receive script.

iay pushed a commit to branch master
in repository java-parent-project.

View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=6026e684d976854b5cd1ab0b14e788dba552e2c7

commit 6026e684d976854b5cd1ab0b14e788dba552e2c7
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Tue Feb 11 16:48:28 2020 +0000

    IDP-1465 - Update jsoup to 1.12.2
    
    https://issues.shibboleth.net/jira/browse/IDP-1465
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4946552..06db7d7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,6 +32,7 @@
         <jakarta.mail.version>1.6.4</jakarta.mail.version>
         <jetty.groupId>org.eclipse.jetty</jetty.groupId>
         <jetty.version>9.4.19.v20190610</jetty.version>
+        <jsoup.version>1.12.2</jsoup.version>
         <ldaptive.version>1.3.0</ldaptive.version>
         <unboundid.version>4.0.14</unboundid.version>
         <logback.version>1.2.3</logback.version>
@@ -591,7 +592,7 @@
             <dependency>
                 <groupId>org.jsoup</groupId>
                 <artifactId>jsoup</artifactId>
-                <version>1.12.1</version>
+                <version>${jsoup.version}</version>
                 <scope>test</scope>
             </dependency>
         </dependencies>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list