You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2023/02/13 12:39:43 UTC

[cxf] branch main updated: Bump stax-utils from 20060502 to 20070216 (#1135)

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

reta pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/main by this push:
     new abc4db1ff8 Bump stax-utils from 20060502 to 20070216 (#1135)
abc4db1ff8 is described below

commit abc4db1ff88e6c7df90c922f2b9c9758526c1d4b
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Feb 13 07:39:38 2023 -0500

    Bump stax-utils from 20060502 to 20070216 (#1135)
    
    Bumps stax-utils from 20060502 to 20070216.
    
    ---
    updated-dependencies:
    - dependency-name: net.java.dev.stax-utils:stax-utils
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 distribution/src/main/release/samples/aegis_standalone/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/distribution/src/main/release/samples/aegis_standalone/pom.xml b/distribution/src/main/release/samples/aegis_standalone/pom.xml
index 9523fa6664..3ec19eeb32 100644
--- a/distribution/src/main/release/samples/aegis_standalone/pom.xml
+++ b/distribution/src/main/release/samples/aegis_standalone/pom.xml
@@ -93,7 +93,7 @@
         <dependency>
             <groupId>net.java.dev.stax-utils</groupId>
             <artifactId>stax-utils</artifactId>
-            <version>20060502</version>
+            <version>20070216</version>
             <exclusions>
                 <exclusion>
                     <groupId>com.bea.xml</groupId>