You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by ha...@apache.org on 2019/08/28 03:20:48 UTC

[any23] branch master updated: upgrade jsoup version from 1.11.3 to 1.12.1

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

hansbrende pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/any23.git


The following commit(s) were added to refs/heads/master by this push:
     new e30208b  upgrade jsoup version from 1.11.3 to 1.12.1
     new b707ba9  Merge pull request #139 from cogniteev/ANY23-441
e30208b is described below

commit e30208b89bbb072dc8303b5f1d2a56451ebb95d0
Author: Anthony Pessy <an...@cogniteev.com>
AuthorDate: Tue Aug 27 10:44:28 2019 +0200

    upgrade jsoup version from 1.11.3 to 1.12.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 97ff611..3c7b1cd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -372,7 +372,7 @@
       <dependency>
         <groupId>org.jsoup</groupId>
         <artifactId>jsoup</artifactId>
-        <version>1.11.3</version>
+        <version>1.12.1</version>
       </dependency>
       <dependency>
         <groupId>net.sf.biweekly</groupId>