You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2022/02/02 15:54:08 UTC

[myfaces-tobago] branch tobago-2.x updated: build: update some lib versions

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

lofwyr pushed a commit to branch tobago-2.x
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/tobago-2.x by this push:
     new 85c8a6d  build: update some lib versions
85c8a6d is described below

commit 85c8a6d9312d9346b55b6a999231cd09e08295fd
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Wed Feb 2 16:52:40 2022 +0100

    build: update some lib versions
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4f9b17b..0a11368 100644
--- a/pom.xml
+++ b/pom.xml
@@ -531,7 +531,7 @@
         <!-- jsoup HTML parser library -->
         <groupId>org.jsoup</groupId>
         <artifactId>jsoup</artifactId>
-        <version>1.14.2</version>
+        <version>1.14.3</version>
       </dependency>
       <dependency>
         <groupId>net.sourceforge.maven-taglib</groupId>