You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by me...@apache.org on 2022/05/16 18:13:46 UTC

[myfaces-build-tools] branch master updated: Bump xercesImpl in /maven2-plugins/myfaces-faces-plugin (#14)

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

melloware pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-build-tools.git


The following commit(s) were added to refs/heads/master by this push:
     new 38c58079 Bump xercesImpl in /maven2-plugins/myfaces-faces-plugin (#14)
38c58079 is described below

commit 38c580797b0a8049df84402855db7064e258752e
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon May 16 14:13:42 2022 -0400

    Bump xercesImpl in /maven2-plugins/myfaces-faces-plugin (#14)
    
    Bumps xercesImpl from 2.6.2 to 2.12.2.
    
    ---
    updated-dependencies:
    - dependency-name: xerces:xercesImpl
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 maven2-plugins/myfaces-faces-plugin/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/maven2-plugins/myfaces-faces-plugin/pom.xml b/maven2-plugins/myfaces-faces-plugin/pom.xml
index 4a92c71c..703d67a0 100644
--- a/maven2-plugins/myfaces-faces-plugin/pom.xml
+++ b/maven2-plugins/myfaces-faces-plugin/pom.xml
@@ -108,7 +108,7 @@
     <dependency>
       <groupId>xerces</groupId>
       <artifactId>xercesImpl</artifactId>
-      <version>2.6.2</version>
+      <version>2.12.2</version>
       <scope>runtime</scope>
     </dependency>
     <dependency>