You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by bd...@apache.org on 2022/10/05 17:35:06 UTC

[shiro] branch dep-updates-again-1-10-x created (now eadce326)

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

bdemers pushed a change to branch dep-updates-again-1-10-x
in repository https://gitbox.apache.org/repos/asf/shiro.git


      at eadce326 Updating Karaf version

This branch includes the following new commits:

     new bda64b6e Update owasp dependency check
     new eadce326 Updating Karaf version

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[shiro] 01/02: Update owasp dependency check

Posted by bd...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

bdemers pushed a commit to branch dep-updates-again-1-10-x
in repository https://gitbox.apache.org/repos/asf/shiro.git

commit bda64b6e5be1f71b29b2722deef9ccd001ca4223
Author: Brian Demers <bd...@apache.org>
AuthorDate: Wed Oct 5 12:29:29 2022 -0500

    Update owasp dependency check
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 49cb840a..5c1c88fb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -400,7 +400,7 @@
                 <plugin>
                     <groupId>org.owasp</groupId>
                     <artifactId>dependency-check-maven</artifactId>
-                    <version>5.2.4</version>
+                    <version>7.2.1</version>
                 </plugin>
                 <plugin>
                     <groupId>com.github.siom79.japicmp</groupId>


[shiro] 02/02: Updating Karaf version

Posted by bd...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

bdemers pushed a commit to branch dep-updates-again-1-10-x
in repository https://gitbox.apache.org/repos/asf/shiro.git

commit eadce326216da2702cf94293b53acc47b144f0cf
Author: Brian Demers <bd...@apache.org>
AuthorDate: Wed Oct 5 12:30:13 2022 -0500

    Updating Karaf version
---
 support/features/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/support/features/pom.xml b/support/features/pom.xml
index b16c29e7..b99213b4 100644
--- a/support/features/pom.xml
+++ b/support/features/pom.xml
@@ -39,7 +39,7 @@
         <!-- Not a Shiro dependency - used for quartz bundle resolution only (see features.xml): -->
         <commons.collections.version>3.2.2</commons.collections.version>
         <!-- karaf plugin version -->
-        <karaf.version>4.2.8</karaf.version>
+        <karaf.version>4.4.1</karaf.version>
     </properties>
 
     <dependencies>