This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-configuration.git
The following commit(s) were added to refs/heads/master by this push:
new 0349c40b1 Bump org.yaml:snakeyaml from 2.5 to 2.6 (#631)
0349c40b1 is described below
commit 0349c40b106baf0e1a008dcb59f1a2bc2b5efe75
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Apr 1 22:48:57 2026 -0400
Bump org.yaml:snakeyaml from 2.5 to 2.6 (#631)
Bumps [org.yaml:snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) from
2.5 to 2.6.
-
[Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-2.6..snakeyaml-2.5)
---
updated-dependencies:
- dependency-name: org.yaml:snakeyaml
dependency-version: '2.6'
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 48b0a0abc..740d0a666 100644
--- a/pom.xml
+++ b/pom.xml
@@ -232,7 +232,7 @@
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
- <version>2.5</version>
+ <version>2.6</version>
<optional>true</optional>
</dependency>
<dependency>