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 4ff652dbc deps: upgrades
4ff652dbc is described below
commit 4ff652dbcaa91c427881256f580dbddfb9d94a6d
Author: lprimak <[email protected]>
AuthorDate: Sun Feb 1 20:52:25 2026 -0600
deps: upgrades
---
integration-tests/jakarta-ee/pom.xml | 5 ++---
integration-tests/jaxrs/app/pom.xml | 2 --
integration-tests/meecrowave-support/pom.xml | 4 ++--
integration-tests/support/pom.xml | 2 +-
pom.xml | 10 +++++-----
samples/servlet-plugin/pom.xml | 2 +-
samples/web/pom.xml | 2 +-
support/cdi/pom.xml | 2 --
support/ehcache/pom.xml | 2 +-
support/guice/pom.xml | 1 -
10 files changed, 13 insertions(+), 19 deletions(-)
diff --git a/integration-tests/jakarta-ee/pom.xml
b/integration-tests/jakarta-ee/pom.xml
index da51de75e..0d5bf1d7e 100644
--- a/integration-tests/jakarta-ee/pom.xml
+++ b/integration-tests/jakarta-ee/pom.xml
@@ -33,7 +33,7 @@
</parent>
<properties>
-
<arquillian.graphene.version>3.0.0-alpha.4</arquillian.graphene.version>
+ <arquillian.graphene.version>3.0.0.Final</arquillian.graphene.version>
<drone.browser>firefox</drone.browser>
<payara.version>7.2026.1</payara.version>
@@ -76,7 +76,6 @@
<dependency>
<groupId>jakarta.inject</groupId>
<artifactId>jakarta.inject-api</artifactId>
- <version>2.0.1</version>
<scope>provided</scope>
</dependency>
@@ -99,7 +98,7 @@
<dependency>
<groupId>com.flowlogix.depchain</groupId>
<artifactId>integration-test</artifactId>
- <version>106</version>
+ <version>108</version>
<scope>test</scope>
</dependency>
diff --git a/integration-tests/jaxrs/app/pom.xml
b/integration-tests/jaxrs/app/pom.xml
index cce90751b..fe784b480 100644
--- a/integration-tests/jaxrs/app/pom.xml
+++ b/integration-tests/jaxrs/app/pom.xml
@@ -79,13 +79,11 @@
<dependency>
<groupId>jakarta.enterprise</groupId>
<artifactId>jakarta.enterprise.cdi-api</artifactId>
- <version>4.1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>jakarta.json.bind</groupId>
<artifactId>jakarta.json.bind-api</artifactId>
- <version>3.0.1</version>
<scope>provided</scope>
</dependency>
</dependencies>
diff --git a/integration-tests/meecrowave-support/pom.xml
b/integration-tests/meecrowave-support/pom.xml
index 7ecd7b7a0..ff08c6da4 100644
--- a/integration-tests/meecrowave-support/pom.xml
+++ b/integration-tests/meecrowave-support/pom.xml
@@ -90,12 +90,12 @@
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-jaspic-api</artifactId>
- <version>11.0.15</version>
+ <version>11.0.18</version>
</dependency>
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-catalina</artifactId>
- <version>11.0.15</version>
+ <version>11.0.18</version>
</dependency>
</dependencies>
</dependencyManagement>
diff --git a/integration-tests/support/pom.xml
b/integration-tests/support/pom.xml
index 029eeac4d..643e2148e 100644
--- a/integration-tests/support/pom.xml
+++ b/integration-tests/support/pom.xml
@@ -95,7 +95,7 @@
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>apache-jstl</artifactId>
- <version>10.0.26</version>
+ <version>11.0.0</version>
<type>pom</type>
</dependency>
<dependency>
diff --git a/pom.xml b/pom.xml
index 0976dac20..b14aae89d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -100,7 +100,7 @@
<commons.text.version>1.8</commons.text.version>
<!-- Don't change this version without also changing the shiro-ehcache
and shiro-features
modules' OSGi metadata: -->
- <ehcache.version>3.10.8</ehcache.version>
+ <ehcache.version>3.11.1</ehcache.version>
<!-- Don't change this version without also changing the
shiro-hazelcast and shiro-features OSGi metadata: -->
<hazelcast.version>5.6.0</hazelcast.version>
<hsqldb.version>2.7.4</hsqldb.version>
@@ -126,7 +126,7 @@
<mockito.version>5.21.0</mockito.version>
<bytebuddy.version>1.18.4</bytebuddy.version>
<gmaven.version>4.3.0</gmaven.version>
- <groovy.version>5.0.3</groovy.version>
+ <groovy.version>5.0.4</groovy.version>
<junit.version>6.0.2</junit.version>
<junit.server.jetty.version>3.4.0</junit.server.jetty.version>
<hibernate.version>7.2.1.Final</hibernate.version>
@@ -1010,7 +1010,7 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
- <version>3.27.6</version>
+ <version>3.27.7</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -1149,12 +1149,12 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
- <version>1.5.26</version>
+ <version>1.5.27</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
- <version>1.5.26</version>
+ <version>1.5.27</version>
</dependency>
<dependency>
diff --git a/samples/servlet-plugin/pom.xml b/samples/servlet-plugin/pom.xml
index 5cd52fe7e..a0e691664 100644
--- a/samples/servlet-plugin/pom.xml
+++ b/samples/servlet-plugin/pom.xml
@@ -111,7 +111,7 @@
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>apache-jstl</artifactId>
- <version>10.0.26</version>
+ <version>11.0.0</version>
<type>pom</type>
<scope>test</scope>
</dependency>
diff --git a/samples/web/pom.xml b/samples/web/pom.xml
index 3acb04f14..4f39a8357 100644
--- a/samples/web/pom.xml
+++ b/samples/web/pom.xml
@@ -33,7 +33,7 @@
<properties>
<meecrowave.version>2.0.0</meecrowave.version>
- <tomcat.version>11.0.15</tomcat.version>
+ <tomcat.version>11.0.18</tomcat.version>
<jacoco.skip>true</jacoco.skip>
</properties>
diff --git a/support/cdi/pom.xml b/support/cdi/pom.xml
index c8ad13003..21bb5b7fe 100644
--- a/support/cdi/pom.xml
+++ b/support/cdi/pom.xml
@@ -38,14 +38,12 @@
<dependency>
<groupId>jakarta.enterprise</groupId>
<artifactId>jakarta.enterprise.cdi-api</artifactId>
- <version>4.1.0</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>jakarta.ejb</groupId>
<artifactId>jakarta.ejb-api</artifactId>
- <version>4.0.1</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
diff --git a/support/ehcache/pom.xml b/support/ehcache/pom.xml
index 77ab21905..6cd55d371 100644
--- a/support/ehcache/pom.xml
+++ b/support/ehcache/pom.xml
@@ -42,7 +42,7 @@
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
- <version>4.0.5</version>
+ <version>4.0.6</version>
</dependency>
<dependency>
<groupId>org.ehcache</groupId>
diff --git a/support/guice/pom.xml b/support/guice/pom.xml
index 83483c9c1..1c8ad4bca 100644
--- a/support/guice/pom.xml
+++ b/support/guice/pom.xml
@@ -55,7 +55,6 @@
<dependency>
<groupId>jakarta.inject</groupId>
<artifactId>jakarta.inject-api</artifactId>
- <version>2.0.1</version>
</dependency>
<dependency>
<groupId>com.google.inject</groupId>