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 c6f06d0d8b30db7075286c2878cd66c51e6b3477 Author: lprimak <[email protected]> AuthorDate: Tue Feb 10 09:34:39 2026 -0600 dependency updates --- integration-tests/jakarta-ee/pom.xml | 2 +- integration-tests/jaxrs/tests/pom.xml | 2 +- pom.xml | 6 +++--- support/jaxrs/pom.xml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/integration-tests/jakarta-ee/pom.xml b/integration-tests/jakarta-ee/pom.xml index 1c04f5ab0..b1aff2d6a 100644 --- a/integration-tests/jakarta-ee/pom.xml +++ b/integration-tests/jakarta-ee/pom.xml @@ -98,7 +98,7 @@ <dependency> <groupId>com.flowlogix.depchain</groupId> <artifactId>integration-test</artifactId> - <version>108</version> + <version>109</version> <scope>test</scope> </dependency> diff --git a/integration-tests/jaxrs/tests/pom.xml b/integration-tests/jaxrs/tests/pom.xml index 30b7704fa..17de46da9 100644 --- a/integration-tests/jaxrs/tests/pom.xml +++ b/integration-tests/jaxrs/tests/pom.xml @@ -73,7 +73,7 @@ <dependency> <groupId>jakarta.xml.bind</groupId> <artifactId>jakarta.xml.bind-api</artifactId> - <version>4.0.4</version> + <version>4.0.5</version> <scope>provided</scope> </dependency> <dependency> diff --git a/pom.xml b/pom.xml index dba2ab8c6..397581ba1 100644 --- a/pom.xml +++ b/pom.xml @@ -128,7 +128,7 @@ <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> + <hibernate.version>7.2.4.Final</hibernate.version> <taglibs.standard.version>1.2.5</taglibs.standard.version> <lombok.version>1.18.42</lombok.version> @@ -1117,12 +1117,12 @@ <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-core</artifactId> - <version>1.5.28</version> + <version>1.5.29</version> </dependency> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> - <version>1.5.28</version> + <version>1.5.29</version> </dependency> <dependency> diff --git a/support/jaxrs/pom.xml b/support/jaxrs/pom.xml index d3f97a22d..aace12346 100644 --- a/support/jaxrs/pom.xml +++ b/support/jaxrs/pom.xml @@ -63,7 +63,7 @@ <dependency> <groupId>jakarta.xml.bind</groupId> <artifactId>jakarta.xml.bind-api</artifactId> - <version>4.0.4</version> + <version>4.0.5</version> <scope>test</scope> </dependency> <dependency>
