This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/main by this push:
new 76f9611730 TOMEE-4588 Snakeyaml 2.6
76f9611730 is described below
commit 76f961173080e48313bcdc50ff5e4ce492c5f2fb
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 3 07:19:03 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 e0e533c60d..6592322fee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -198,7 +198,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 -->