You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2022/07/02 19:56:18 UTC

[jena] branch main updated: Bump ver.shiro from 1.9.0 to 1.9.1

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

andy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena.git


The following commit(s) were added to refs/heads/main by this push:
     new f112e7e630 Bump ver.shiro from 1.9.0 to 1.9.1
f112e7e630 is described below

commit f112e7e63043ea88398cc414ca87849876aec6b0
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Jul 1 00:01:59 2022 +0000

    Bump ver.shiro from 1.9.0 to 1.9.1
    
    Bumps `ver.shiro` from 1.9.0 to 1.9.1.
    
    Updates `shiro-core` from 1.9.0 to 1.9.1
    - [Release notes](https://github.com/apache/shiro/releases)
    - [Changelog](https://github.com/apache/shiro/blob/main/RELEASE-NOTES)
    - [Commits](https://github.com/apache/shiro/compare/shiro-root-1.9.0...shiro-root-1.9.1)
    
    Updates `shiro-web` from 1.9.0 to 1.9.1
    - [Release notes](https://github.com/apache/shiro/releases)
    - [Changelog](https://github.com/apache/shiro/blob/main/RELEASE-NOTES)
    - [Commits](https://github.com/apache/shiro/compare/shiro-root-1.9.0...shiro-root-1.9.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.shiro:shiro-core
      dependency-type: direct:development
      update-type: version-update:semver-patch
    - dependency-name: org.apache.shiro:shiro-web
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    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 bf30dc5921..e89aaa6d35 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,7 +69,7 @@
     <ver.lucene>8.11.1</ver.lucene>
 
     <ver.jetty>10.0.9</ver.jetty>
-    <ver.shiro>1.9.0</ver.shiro>
+    <ver.shiro>1.9.1</ver.shiro>
 
     <ver.protobuf>3.21.1</ver.protobuf>
     <ver.libthrift>0.16.0</ver.libthrift>