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/14 00:48:42 UTC

[cxf] 03/05: 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 3.5.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 7c671b9357de45139741a58a6706633e09e92cbd
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 d1d6fc6065..2779240b50 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>