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 645ae337b chore(deps-dev): bump
org.codehaus.gmavenplus:gmavenplus-plugin (#2783)
645ae337b is described below
commit 645ae337b05b81a88a61522d9acb28101da97e40
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 17 08:10:02 2026 -0500
chore(deps-dev): bump org.codehaus.gmavenplus:gmavenplus-plugin (#2783)
Bumps
[org.codehaus.gmavenplus:gmavenplus-plugin](https://github.com/groovy/GMavenPlus)
from 4.3.1 to 5.0.0.
- [Release notes](https://github.com/groovy/GMavenPlus/releases)
- [Commits](https://github.com/groovy/GMavenPlus/compare/4.3.1...5.0.0)
---
updated-dependencies:
- dependency-name: org.codehaus.gmavenplus:gmavenplus-plugin
dependency-version: 5.0.0
dependency-type: direct:development
update-type: version-update:semver-major
...
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 eeaf7a5b0..1217c74d2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -114,7 +114,7 @@
<!-- Test 3rd-party dependencies: -->
<easymock.version>5.6.0</easymock.version>
- <gmaven.version>4.3.1</gmaven.version>
+ <gmaven.version>5.0.0</gmaven.version>
<groovy.version>2.5.23</groovy.version>
<junit.version>4.13.2</junit.version>
<junit.server.jetty.version>0.11.0</junit.server.jetty.version>