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 2022/06/14 20:24:32 UTC

[ws-axiom] branch master updated: Bump xmlbeans from 5.0.3 to 5.1.0

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 e8948744e Bump xmlbeans from 5.0.3 to 5.1.0
e8948744e is described below

commit e8948744e3659662b62071c1662b2849ffe0519f
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Jun 13 03:43:24 2022 +0000

    Bump xmlbeans from 5.0.3 to 5.1.0
    
    Bumps xmlbeans from 5.0.3 to 5.1.0.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.xmlbeans:xmlbeans
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 testing/axiom-testsuite/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testing/axiom-testsuite/pom.xml b/testing/axiom-testsuite/pom.xml
index d75eab0e3..a6956ee3c 100644
--- a/testing/axiom-testsuite/pom.xml
+++ b/testing/axiom-testsuite/pom.xml
@@ -36,7 +36,7 @@
     <url>http://ws.apache.org/axiom/</url>
 
     <properties>
-        <xmlbeans.version>5.0.3</xmlbeans.version>
+        <xmlbeans.version>5.1.0</xmlbeans.version>
     </properties>
 
     <dependencies>