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 bd8a64ca6 build(deps): bump org.yaml:snakeyaml from 2.4 to 2.5 (#236)
bd8a64ca6 is described below
commit bd8a64ca69024681e897fbd6bc0394043ce9fa84
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 1 15:37:10 2025 -0500
build(deps): bump org.yaml:snakeyaml from 2.4 to 2.5 (#236)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 822f7c828..e20128d39 100644
--- a/pom.xml
+++ b/pom.xml
@@ -99,7 +99,7 @@
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
- <version>2.4</version>
+ <version>2.5</version>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>