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

commit cdad035b1a0b3339c0ae58bcc44d33fe4e0f0ccf
Author: lprimak <[email protected]>
AuthorDate: Fri Jun 12 14:36:13 2026 -0500

    chore: dependency updates
---
 integration-tests/jakarta-ee/pom.xml         |  4 ++--
 integration-tests/jaxrs/tests/pom.xml        |  8 ++++----
 integration-tests/meecrowave-support/pom.xml |  4 ++--
 pom.xml                                      | 14 +++++++-------
 samples/web/pom.xml                          |  4 ++--
 support/jaxrs/pom.xml                        |  2 +-
 6 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/integration-tests/jakarta-ee/pom.xml 
b/integration-tests/jakarta-ee/pom.xml
index 788897f20..a907404b3 100644
--- a/integration-tests/jakarta-ee/pom.xml
+++ b/integration-tests/jakarta-ee/pom.xml
@@ -93,7 +93,7 @@
         <dependency>
             <groupId>com.flowlogix.depchain</groupId>
             <artifactId>integration-test</artifactId>
-            <version>118</version>
+            <version>123</version>
             <scope>test</scope>
         </dependency>
 
@@ -106,7 +106,7 @@
         <dependency>
             <groupId>com.flowlogix</groupId>
             <artifactId>flowlogix-jee</artifactId>
-            <version>11.4</version>
+            <version>11.4.1</version>
         </dependency>
 
         <dependency>
diff --git a/integration-tests/jaxrs/tests/pom.xml 
b/integration-tests/jaxrs/tests/pom.xml
index 70397efa3..bd93b7472 100644
--- a/integration-tests/jaxrs/tests/pom.xml
+++ b/integration-tests/jaxrs/tests/pom.xml
@@ -35,7 +35,7 @@
     <properties>
         <module.name>its.jaxrs.tests</module.name>
         <jaxrs.api.version>4.0.0</jaxrs.api.version>
-        <johnzon.version>2.0.2</johnzon.version>
+        <johnzon.version>2.1.0</johnzon.version>
     </properties>
 
     <dependencies>
@@ -54,7 +54,7 @@
         <dependency>
             <groupId>jakarta.json.bind</groupId>
             <artifactId>jakarta.json.bind-api</artifactId>
-            <version>3.0.1</version>
+            <version>3.0.2</version>
             <scope>compile</scope>
         </dependency>
         <dependency>
@@ -67,7 +67,7 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-rs-client</artifactId>
-            <version>4.2.1</version>
+            <version>4.2.2</version>
             <scope>runtime</scope>
         </dependency>
         <dependency>
@@ -79,7 +79,7 @@
         <dependency>
             <groupId>org.glassfish.jaxb</groupId>
             <artifactId>jaxb-runtime</artifactId>
-            <version>4.0.7</version>
+            <version>4.0.9</version>
             <scope>runtime</scope>
         </dependency>
         <dependency>
diff --git a/integration-tests/meecrowave-support/pom.xml 
b/integration-tests/meecrowave-support/pom.xml
index 4739fdf0c..668b9c016 100644
--- a/integration-tests/meecrowave-support/pom.xml
+++ b/integration-tests/meecrowave-support/pom.xml
@@ -78,14 +78,14 @@
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-bom</artifactId>
-                <version>4.2.1</version>
+                <version>4.2.2</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
             <dependency>
                 <groupId>org.apache.johnzon</groupId>
                 <artifactId>johnzon-jsonb</artifactId>
-                <version>2.0.2</version>
+                <version>2.1.0</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.tomcat</groupId>
diff --git a/pom.xml b/pom.xml
index 4fbca6d79..f37e4fab9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -105,7 +105,7 @@
         <jdk.version>17</jdk.version>
         <tomcat.version>11.0.18</tomcat.version>
         <jakarta.ee.version>11.0.0</jakarta.ee.version>
-        <jetty.version>12.1.8</jetty.version>
+        <jetty.version>12.1.10</jetty.version>
         <owasp.java.encoder.version>1.4.0</owasp.java.encoder.version>
         <!-- Don't change this version without also changing the shiro-quartz 
and shiro-features
              modules' OSGi metadata: -->
@@ -113,11 +113,11 @@
         <quartz.docs.version>2.3.0</quartz.docs.version>
         <slf4j.version>2.0.18</slf4j.version>
         <log4j.version>2.26.0</log4j.version>
-        <spring.version>7.0.7</spring.version>
+        <spring.version>7.0.8</spring.version>
         <spring-boot.version>4.0.6</spring-boot.version>
         <guice.version>7.0.0</guice.version>
         <jaxrs.api.version>4.0.0</jaxrs.api.version>
-        <htmlunit.version>4.21.0</htmlunit.version>
+        <htmlunit.version>5.1.0</htmlunit.version>
         <bouncycastle.version>1.84</bouncycastle.version>
 
         <!-- Test 3rd-party dependencies: -->
@@ -125,10 +125,10 @@
         <mockito.version>5.23.0</mockito.version>
         <bytebuddy.version>1.18.10</bytebuddy.version>
         <gmaven.version>5.0.0</gmaven.version>
-        <groovy.version>5.0.5</groovy.version>
-        <junit.version>6.0.3</junit.version>
+        <groovy.version>5.0.6</groovy.version>
+        <junit.version>6.1.0</junit.version>
         <junit.server.jetty.version>3.5.0</junit.server.jetty.version>
-        <hibernate.version>7.3.2.Final</hibernate.version>
+        <hibernate.version>7.4.1.Final</hibernate.version>
         <taglibs.standard.version>1.2.5</taglibs.standard.version>
         <lombok.version>1.18.46</lombok.version>
 
@@ -1319,7 +1319,7 @@
             <dependency>
                 <groupId>org.glassfish.jaxb</groupId>
                 <artifactId>jaxb-runtime</artifactId>
-                <version>4.0.7</version>
+                <version>4.0.9</version>
             </dependency>
 
             <!-- Guice -->
diff --git a/samples/web/pom.xml b/samples/web/pom.xml
index bce4e5da2..947f847dd 100644
--- a/samples/web/pom.xml
+++ b/samples/web/pom.xml
@@ -40,14 +40,14 @@
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-bom</artifactId>
-                <version>4.2.0</version>
+                <version>4.2.2</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
             <dependency>
                 <groupId>org.apache.johnzon</groupId>
                 <artifactId>johnzon-jsonb</artifactId>
-                <version>2.0.2</version>
+                <version>2.1.0</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.tomcat.embed</groupId>
diff --git a/support/jaxrs/pom.xml b/support/jaxrs/pom.xml
index 344acbd9f..c4846df4e 100644
--- a/support/jaxrs/pom.xml
+++ b/support/jaxrs/pom.xml
@@ -74,7 +74,7 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxrs</artifactId>
-            <version>4.2.1</version>
+            <version>4.2.2</version>
             <scope>test</scope>
             <exclusions>
                 <exclusion>

Reply via email to