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 9ed5786aa build(deps): bump org.yaml:snakeyaml from 2.6 to 2.7 (#320)
9ed5786aa is described below
commit 9ed5786aa1b359a3c6502b54c4e7191b369f27e0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 3 07:43:19 2026 -0500
build(deps): bump org.yaml:snakeyaml from 2.6 to 2.7 (#320)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 916d32577..0c1856840 100644
--- a/pom.xml
+++ b/pom.xml
@@ -100,7 +100,7 @@
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
- <version>2.6</version>
+ <version>2.7</version>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>