You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by lp...@apache.org on 2023/06/30 06:59:27 UTC

[shiro] branch main updated: deps: removed aspectj ignore directive for main branch

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 792c6e31b deps: removed aspectj ignore directive for main branch
792c6e31b is described below

commit 792c6e31b361aaf79b6d07e6b569cecab639b384
Author: lprimak <le...@flowlogix.com>
AuthorDate: Fri Jun 30 01:59:04 2023 -0500

    deps: removed aspectj ignore directive for main branch
---
 .github/dependabot.yml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 00f85f9ab..cba328a44 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -49,9 +49,6 @@ updates:
       - dependency-name: "org.omnifaces:omnifaces"
         update-types: ["version-update:semver-major"]
 
-      - dependency-name: "org.aspectj:*"
-        update-types: ["version-update:semver-patch"]
-
       - dependency-name: "org.springframework*:*"
         update-types: ["version-update:semver-major"]
       - dependency-name: "com.flowlogix:flowlogix-jee"