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 b958f9a35816a475e1dc155f7ee81112871431c1 Author: lprimak <[email protected]> AuthorDate: Fri Feb 27 12:48:36 2026 -0600 chore: dependency updates --- integration-tests/jaxrs/app/pom.xml | 2 +- pom.xml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/integration-tests/jaxrs/app/pom.xml b/integration-tests/jaxrs/app/pom.xml index fe784b480..3f80a2aad 100644 --- a/integration-tests/jaxrs/app/pom.xml +++ b/integration-tests/jaxrs/app/pom.xml @@ -50,7 +50,7 @@ <dependency> <groupId>org.yaml</groupId> <artifactId>snakeyaml</artifactId> - <version>2.5</version> + <version>2.6</version> </dependency> <dependency> diff --git a/pom.xml b/pom.xml index 272d68c14..09232bdb0 100644 --- a/pom.xml +++ b/pom.xml @@ -113,7 +113,7 @@ <quartz.docs.version>2.3.0</quartz.docs.version> <slf4j.version>2.0.17</slf4j.version> <log4j.version>2.25.3</log4j.version> - <spring.version>7.0.4</spring.version> + <spring.version>7.0.5</spring.version> <spring-boot.version>4.0.2</spring-boot.version> <guice.version>7.0.0</guice.version> <jaxrs.api.version>4.0.0</jaxrs.api.version> @@ -122,13 +122,13 @@ <!-- Test 3rd-party dependencies: --> <easymock.version>5.6.0</easymock.version> - <mockito.version>5.21.0</mockito.version> + <mockito.version>5.22.0</mockito.version> <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.3</junit.version> <junit.server.jetty.version>3.5.0</junit.server.jetty.version> - <hibernate.version>7.2.4.Final</hibernate.version> + <hibernate.version>7.2.5.Final</hibernate.version> <taglibs.standard.version>1.2.5</taglibs.standard.version> <lombok.version>1.18.42</lombok.version>
