This is an automated email from the ASF dual-hosted git repository.
lprimak pushed a commit to branch 1.13.x
in repository https://gitbox.apache.org/repos/asf/shiro.git
The following commit(s) were added to refs/heads/1.13.x by this push:
new 06d253162 chore(deps): bump org.codehaus.mojo:aspectj-maven-plugin
(#2499)
06d253162 is described below
commit 06d25316226231fa94948d0b1be38408d07515de
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Feb 1 12:05:53 2026 -0600
chore(deps): bump org.codehaus.mojo:aspectj-maven-plugin (#2499)
Bumps
[org.codehaus.mojo:aspectj-maven-plugin](https://github.com/mojohaus/aspectj-maven-plugin)
from 1.15.0 to 1.16.0.
- [Release notes](https://github.com/mojohaus/aspectj-maven-plugin/releases)
-
[Commits](https://github.com/mojohaus/aspectj-maven-plugin/compare/aspectj-maven-plugin-1.15.0...aspectj-maven-plugin-1.16.0)
---
updated-dependencies:
- dependency-name: org.codehaus.mojo:aspectj-maven-plugin
dependency-version: 1.16.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 43577a874..98e6327ec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -434,7 +434,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>aspectj-maven-plugin</artifactId>
- <version>1.15.0</version>
+ <version>1.16.0</version>
<configuration>
<source>${maven.compiler.source}</source>
<target>${maven.compiler.target}</target>