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 5d769c1255795ac042795b3c4c6893d2dcc03655
Author: lprimak <[email protected]>
AuthorDate: Mon Apr 27 23:57:45 2026 -0500

    chore: bump dependencies
---
 integration-tests/jakarta-ee/pom.xml  |  4 ++--
 integration-tests/jaxrs/tests/pom.xml |  2 +-
 pom.xml                               | 14 +++++++-------
 samples/spring-mvc/pom.xml            |  2 +-
 4 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/integration-tests/jakarta-ee/pom.xml 
b/integration-tests/jakarta-ee/pom.xml
index 9e6219426..788897f20 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>115</version>
+            <version>118</version>
             <scope>test</scope>
         </dependency>
 
@@ -106,7 +106,7 @@
         <dependency>
             <groupId>com.flowlogix</groupId>
             <artifactId>flowlogix-jee</artifactId>
-            <version>11.3</version>
+            <version>11.4</version>
         </dependency>
 
         <dependency>
diff --git a/integration-tests/jaxrs/tests/pom.xml 
b/integration-tests/jaxrs/tests/pom.xml
index e72345ab1..819fd728e 100644
--- a/integration-tests/jaxrs/tests/pom.xml
+++ b/integration-tests/jaxrs/tests/pom.xml
@@ -79,7 +79,7 @@
         <dependency>
             <groupId>org.glassfish.jaxb</groupId>
             <artifactId>jaxb-runtime</artifactId>
-            <version>4.0.6</version>
+            <version>4.0.7</version>
             <scope>runtime</scope>
         </dependency>
         <dependency>
diff --git a/pom.xml b/pom.xml
index bfea9e427..c9a99aedd 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.6</jetty.version>
+        <jetty.version>12.1.8</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,8 +113,8 @@
         <quartz.docs.version>2.3.0</quartz.docs.version>
         <slf4j.version>2.0.17</slf4j.version>
         <log4j.version>2.25.4</log4j.version>
-        <spring.version>7.0.5</spring.version>
-        <spring-boot.version>4.0.2</spring-boot.version>
+        <spring.version>7.0.7</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>
@@ -125,10 +125,10 @@
         <mockito.version>5.23.0</mockito.version>
         <bytebuddy.version>1.18.8</bytebuddy.version>
         <gmaven.version>4.3.1</gmaven.version>
-        <groovy.version>5.0.4</groovy.version>
+        <groovy.version>5.0.5</groovy.version>
         <junit.version>6.0.3</junit.version>
         <junit.server.jetty.version>3.5.0</junit.server.jetty.version>
-        <hibernate.version>7.2.6.Final</hibernate.version>
+        <hibernate.version>7.3.2.Final</hibernate.version>
         <taglibs.standard.version>1.2.5</taglibs.standard.version>
         <lombok.version>1.18.46</lombok.version>
 
@@ -1317,7 +1317,7 @@
             <dependency>
                 <groupId>org.glassfish.jaxb</groupId>
                 <artifactId>jaxb-runtime</artifactId>
-                <version>4.0.6</version>
+                <version>4.0.7</version>
             </dependency>
 
             <!-- Guice -->
@@ -1347,7 +1347,7 @@
             <dependency>
                 <groupId>com.google.guava</groupId>
                 <artifactId>guava</artifactId>
-                <version>33.5.0-jre</version>
+                <version>33.6.0-jre</version>
             </dependency>
 
             <dependency>
diff --git a/samples/spring-mvc/pom.xml b/samples/spring-mvc/pom.xml
index 90b47ce24..9fb73fde5 100644
--- a/samples/spring-mvc/pom.xml
+++ b/samples/spring-mvc/pom.xml
@@ -83,7 +83,7 @@
         <dependency>
             <groupId>org.ehcache</groupId>
             <artifactId>ehcache</artifactId>
-            <version>3.11.1</version>
+            <version>3.12.0</version>
             <classifier>jakarta</classifier>
             <scope>runtime</scope>
         </dependency>

Reply via email to