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

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


The following commit(s) were added to refs/heads/3.x by this push:
     new e5c279eab chore: dependency upgrade
e5c279eab is described below

commit e5c279eabf75426f8c0b1d1cf031f2b8e797c36e
Author: lprimak <[email protected]>
AuthorDate: Sun Feb 15 12:13:03 2026 -0600

    chore: dependency upgrade
---
 integration-tests/jaxrs/tests/pom.xml        | 2 +-
 integration-tests/meecrowave-support/pom.xml | 2 +-
 pom.xml                                      | 2 +-
 samples/web/pom.xml                          | 2 +-
 support/jaxrs/pom.xml                        | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/integration-tests/jaxrs/tests/pom.xml 
b/integration-tests/jaxrs/tests/pom.xml
index 17de46da9..e72345ab1 100644
--- a/integration-tests/jaxrs/tests/pom.xml
+++ b/integration-tests/jaxrs/tests/pom.xml
@@ -67,7 +67,7 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-rs-client</artifactId>
-            <version>4.1.4</version>
+            <version>4.2.0</version>
             <scope>runtime</scope>
         </dependency>
         <dependency>
diff --git a/integration-tests/meecrowave-support/pom.xml 
b/integration-tests/meecrowave-support/pom.xml
index a039dc846..21291c959 100644
--- a/integration-tests/meecrowave-support/pom.xml
+++ b/integration-tests/meecrowave-support/pom.xml
@@ -78,7 +78,7 @@
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-bom</artifactId>
-                <version>4.1.4</version>
+                <version>4.2.0</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
diff --git a/pom.xml b/pom.xml
index 7a1ac445b..3355764f3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -126,7 +126,7 @@
         <bytebuddy.version>1.18.5</bytebuddy.version>
         <gmaven.version>4.3.1</gmaven.version>
         <groovy.version>5.0.4</groovy.version>
-        <junit.version>6.0.2</junit.version>
+        <junit.version>6.0.3</junit.version>
         <junit.server.jetty.version>3.5.0</junit.server.jetty.version>
         <hibernate.version>7.2.4.Final</hibernate.version>
         <taglibs.standard.version>1.2.5</taglibs.standard.version>
diff --git a/samples/web/pom.xml b/samples/web/pom.xml
index 070d5435d..e35208a4a 100644
--- a/samples/web/pom.xml
+++ b/samples/web/pom.xml
@@ -40,7 +40,7 @@
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-bom</artifactId>
-                <version>4.1.4</version>
+                <version>4.2.0</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
diff --git a/support/jaxrs/pom.xml b/support/jaxrs/pom.xml
index aace12346..d9b924da5 100644
--- a/support/jaxrs/pom.xml
+++ b/support/jaxrs/pom.xml
@@ -73,7 +73,7 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxrs</artifactId>
-            <version>4.1.4</version>
+            <version>4.2.0</version>
             <scope>test</scope>
             <exclusions>
                 <exclusion>

Reply via email to