You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2021/04/19 22:50:27 UTC

[ws-axiom] branch master updated: Bump woodstox-core from 6.2.5 to 6.2.6

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

veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-axiom.git


The following commit(s) were added to refs/heads/master by this push:
     new d30a167  Bump woodstox-core from 6.2.5 to 6.2.6
d30a167 is described below

commit d30a167c7f87e069b999ee414368da76d0d16ee8
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Apr 19 22:37:49 2021 +0000

    Bump woodstox-core from 6.2.5 to 6.2.6
    
    Bumps [woodstox-core](https://github.com/FasterXML/woodstox) from 6.2.5 to 6.2.6.
    - [Release notes](https://github.com/FasterXML/woodstox/releases)
    - [Commits](https://github.com/FasterXML/woodstox/compare/woodstox-core-6.2.5...woodstox-core-6.2.6)
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index bee6510..075fdfb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -273,7 +273,7 @@
             <dependency>
                 <groupId>com.fasterxml.woodstox</groupId>
                 <artifactId>woodstox-core</artifactId>
-                <version>6.2.5</version>
+                <version>6.2.6</version>
             </dependency>
             <dependency>
                 <groupId>jaxen</groupId>