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-site.git
The following commit(s) were added to refs/heads/main by this push:
new 031678d4c build(deps): bump com.github.jnr:jnr-posix from 3.1.22 to
3.2.1 (#313)
031678d4c is described below
commit 031678d4cb56d354b93b0658b07b51def7d9194c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 29 18:48:49 2026 -0500
build(deps): bump com.github.jnr:jnr-posix from 3.1.22 to 3.2.1 (#313)
Bumps [com.github.jnr:jnr-posix](https://github.com/jnr/jnr-posix) from
3.1.22 to 3.2.1.
- [Commits](https://github.com/jnr/jnr-posix/compare/3.1.22...3.2.1)
---
updated-dependencies:
- dependency-name: com.github.jnr:jnr-posix
dependency-version: 3.2.1
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 15353902b..116d8b252 100644
--- a/pom.xml
+++ b/pom.xml
@@ -135,7 +135,7 @@
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-posix</artifactId>
- <version>3.1.22</version>
+ <version>3.2.1</version>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>