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 ec25908133 TOMEE-4523 Snakeyaml 2.5
ec25908133 is described below

commit ec25908133c8c59c49587303da6c55c010e7b030
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 1 20:57:08 2025 +0200

    TOMEE-4523 Snakeyaml 2.5
    
    Bumps [org.yaml:snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) from 
2.4 to 2.5.
    - 
[Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-2.5..snakeyaml-2.4)
    
    ---
    updated-dependencies:
    - dependency-name: org.yaml:snakeyaml
      dependency-version: '2.5'
      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>
    Co-authored-by: Richard Zowalla <[email protected]>
---
 boms/tomee-microprofile/pom.xml | 2 +-
 boms/tomee-plume/pom.xml        | 2 +-
 boms/tomee-plus/pom.xml         | 2 +-
 pom.xml                         | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/boms/tomee-microprofile/pom.xml b/boms/tomee-microprofile/pom.xml
index ea7522db3c..653fa29254 100644
--- a/boms/tomee-microprofile/pom.xml
+++ b/boms/tomee-microprofile/pom.xml
@@ -2512,7 +2512,7 @@
     <dependency>
       <groupId>org.yaml</groupId>
       <artifactId>snakeyaml</artifactId>
-      <version>2.4</version>
+      <version>2.5</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
diff --git a/boms/tomee-plume/pom.xml b/boms/tomee-plume/pom.xml
index 43b0b91972..640c95f172 100644
--- a/boms/tomee-plume/pom.xml
+++ b/boms/tomee-plume/pom.xml
@@ -2611,7 +2611,7 @@
     <dependency>
       <groupId>org.yaml</groupId>
       <artifactId>snakeyaml</artifactId>
-      <version>2.4</version>
+      <version>2.5</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
diff --git a/boms/tomee-plus/pom.xml b/boms/tomee-plus/pom.xml
index 9a97cd5c28..9945cb6566 100644
--- a/boms/tomee-plus/pom.xml
+++ b/boms/tomee-plus/pom.xml
@@ -2611,7 +2611,7 @@
     <dependency>
       <groupId>org.yaml</groupId>
       <artifactId>snakeyaml</artifactId>
-      <version>2.4</version>
+      <version>2.5</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
diff --git a/pom.xml b/pom.xml
index 28a629bef0..d9aad451e7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -193,7 +193,7 @@
 
     <!-- Jackson and snakeyaml required by OpenAPI Impl -->
     <version.jackson>2.20.0</version.jackson>
-    <version.snakeyaml>2.4</version.snakeyaml>
+    <version.snakeyaml>2.5</version.snakeyaml>
 
     <!-- Jakarta EE API -->
     <!-- we currently rely on Mail API from Geronimo, this might change in the 
future -->

Reply via email to