This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch tomee-10.x
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/tomee-10.x by this push:
new a9eeccd6cd TOMEE-4588 Snakeyaml 2.6
a9eeccd6cd is described below
commit a9eeccd6cd310fe24d26ca3f1dcadb97f53c24b5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 3 07:18:54 2026 +0100
TOMEE-4588 Snakeyaml 2.6
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 b7042adfbf..dd9d1d5697 100644
--- a/pom.xml
+++ b/pom.xml
@@ -191,7 +191,7 @@
<!-- Jackson and snakeyaml required by OpenAPI Impl -->
<version.jackson>2.21.1</version.jackson>
- <version.snakeyaml>2.5</version.snakeyaml>
+ <version.snakeyaml>2.6</version.snakeyaml>
<!-- Jakarta EE API -->
<!-- we currently rely on Mail API from Geronimo, this might change in the
future -->