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 da75880ba chore(deps): bump the maven-dependencies group across 1
directory with 2 updates (#2791)
da75880ba is described below
commit da75880badf6f5ff425413f0777ebb0783753308
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 17 11:03:42 2026 -0400
chore(deps): bump the maven-dependencies group across 1 directory with 2
updates (#2791)
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 896e379fd..0a8f06576 100644
--- a/pom.xml
+++ b/pom.xml
@@ -98,7 +98,7 @@
<commons.collection.version>3.2.2</commons.collection.version>
<commons.configuration2.version>2.15.1</commons.configuration2.version>
<commons.lang3.version>3.20.0</commons.lang3.version>
- <commons.logging.version>1.3.6</commons.logging.version>
+ <commons.logging.version>1.4.0</commons.logging.version>
<commons.text.version>1.8</commons.text.version>
<hsqldb.version>2.7.4</hsqldb.version>
<jcache.api.version>1.1.1</jcache.api.version>
@@ -526,7 +526,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
- <version>13.5.0</version>
+ <version>13.6.0</version>
</dependency>
</dependencies>
</plugin>