You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cz...@apache.org on 2023/03/01 11:17:18 UTC

[felix-dev] branch master updated: Bump snakeyaml from 1.26 to 1.32 in /converter/serializer (#191)

This is an automated email from the ASF dual-hosted git repository.

cziegeler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-dev.git


The following commit(s) were added to refs/heads/master by this push:
     new 09ad4659f9 Bump snakeyaml from 1.26 to 1.32 in /converter/serializer (#191)
09ad4659f9 is described below

commit 09ad4659f9d56cf90ff7664446981429339fc9ee
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Mar 1 12:17:12 2023 +0100

    Bump snakeyaml from 1.26 to 1.32 in /converter/serializer (#191)
    
    Bumps [snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) from 1.26 to 1.32.
    - [Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-1.32..snakeyaml-1.26)
    
    ---
    updated-dependencies:
    - dependency-name: org.yaml:snakeyaml
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 converter/serializer/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/converter/serializer/pom.xml b/converter/serializer/pom.xml
index 3e615a8a34..abbc507f90 100644
--- a/converter/serializer/pom.xml
+++ b/converter/serializer/pom.xml
@@ -115,7 +115,7 @@
         <dependency>
             <groupId>org.yaml</groupId>
             <artifactId>snakeyaml</artifactId>
-            <version>1.26</version>
+            <version>1.32</version>
         </dependency>
 
         <dependency>