You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by ro...@apache.org on 2022/04/10 14:38:15 UTC

[aries-jax-rs-whiteboard] branch master updated: Bump shiro.version from 1.8.0 to 1.9.0

This is an automated email from the ASF dual-hosted git repository.

rotty3000 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/aries-jax-rs-whiteboard.git


The following commit(s) were added to refs/heads/master by this push:
     new 221624e  Bump shiro.version from 1.8.0 to 1.9.0
221624e is described below

commit 221624efde7f4f4d015e2ea5888a4fcc5b719f25
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sun Apr 3 16:46:37 2022 +0000

    Bump shiro.version from 1.8.0 to 1.9.0
    
    Bumps `shiro.version` from 1.8.0 to 1.9.0.
    
    Updates `shiro-jaxrs` from 1.8.0 to 1.9.0
    
    Updates `shiro-core` from 1.8.0 to 1.9.0
    - [Release notes](https://github.com/apache/shiro/releases)
    - [Changelog](https://github.com/apache/shiro/blob/shiro-root-1.9.0/RELEASE-NOTES)
    - [Commits](https://github.com/apache/shiro/compare/shiro-root-1.8.0...shiro-root-1.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.shiro:shiro-jaxrs
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.apache.shiro:shiro-core
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a763084..984d260 100644
--- a/pom.xml
+++ b/pom.xml
@@ -82,7 +82,7 @@
         <osgi.util.function.version>1.2.0</osgi.util.function.version>
         <osgi.util.promise.version>1.2.0</osgi.util.promise.version>
         <osgi.test.version>1.0.1</osgi.test.version>
-        <shiro.version>1.8.0</shiro.version>
+        <shiro.version>1.9.0</shiro.version>
         <slf4j.version>1.7.32</slf4j.version>
         <spifly.extension.version>1.3.4</spifly.extension.version>
         <xmlunit.assertj3.version>2.9.0</xmlunit.assertj3.version>