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 2018/04/16 19:52:46 UTC

any23 git commit: bump jsoup version to 1.11.3

Repository: any23
Updated Branches:
  refs/heads/master ca17e7700 -> f9be73609


bump jsoup version to 1.11.3


Project: http://git-wip-us.apache.org/repos/asf/any23/repo
Commit: http://git-wip-us.apache.org/repos/asf/any23/commit/f9be7360
Tree: http://git-wip-us.apache.org/repos/asf/any23/tree/f9be7360
Diff: http://git-wip-us.apache.org/repos/asf/any23/diff/f9be7360

Branch: refs/heads/master
Commit: f9be73609586aad411d7da2ea09620d8e43f09f5
Parents: ca17e77
Author: Hans <fi...@gmail.com>
Authored: Mon Apr 16 14:52:27 2018 -0500
Committer: Hans <fi...@gmail.com>
Committed: Mon Apr 16 14:52:27 2018 -0500

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/any23/blob/f9be7360/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 758a342..60c7c50 100644
--- a/pom.xml
+++ b/pom.xml
@@ -394,7 +394,7 @@
       <dependency>
         <groupId>org.jsoup</groupId>
         <artifactId>jsoup</artifactId>
-        <version>1.11.2</version>
+        <version>1.11.3</version>
       </dependency>
 
       <!-- BEGIN: Tika -->