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

lprimak pushed a commit to branch 1.13.x
in repository https://gitbox.apache.org/repos/asf/shiro.git


The following commit(s) were added to refs/heads/1.13.x by this push:
     new c1b691b40 chore(deps): bump cxf.version from 4.2.0 to 4.2.1 (#2735)
c1b691b40 is described below

commit c1b691b4043569bfb3a6b080861ddc2391046406
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jun 2 21:02:35 2026 -0500

    chore(deps): bump cxf.version from 4.2.0 to 4.2.1 (#2735)
    
    Bumps `cxf.version` from 4.2.0 to 4.2.1.
    
    Updates `org.apache.cxf:cxf-rt-rs-http-sci` from 4.2.0 to 4.2.1
    
    Updates `org.apache.cxf:cxf-rt-frontend-jaxws` from 4.2.0 to 4.2.1
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.cxf:cxf-rt-rs-http-sci
      dependency-version: 4.2.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.apache.cxf:cxf-rt-frontend-jaxws
      dependency-version: 4.2.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 samples/jaxrs/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/samples/jaxrs/pom.xml b/samples/jaxrs/pom.xml
index c7e0503d1..0e01dc444 100644
--- a/samples/jaxrs/pom.xml
+++ b/samples/jaxrs/pom.xml
@@ -158,7 +158,7 @@
         <profile>
             <id>cxf</id>
             <properties>
-                <cxf.version>4.2.0</cxf.version>
+                <cxf.version>4.2.1</cxf.version>
             </properties>
             <dependencies>
                 <dependency>

Reply via email to