You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ma...@apache.org on 2022/12/15 13:51:51 UTC

[flink-connector-pulsar] branch main updated: [FLINK-30175] Bump snakeyaml from 1.31 to 1.33

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

martijnvisser pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-pulsar.git


The following commit(s) were added to refs/heads/main by this push:
     new 6fe0a44  [FLINK-30175] Bump snakeyaml from 1.31 to 1.33
6fe0a44 is described below

commit 6fe0a4466aba7fa2cdd4c306c2d95898b4d92de0
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Dec 15 12:27:35 2022 +0000

    [FLINK-30175] Bump snakeyaml from 1.31 to 1.33
    
    ---
    updated-dependencies:
    - dependency-name: org.yaml:snakeyaml
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 096c4d2..865e86a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -569,7 +569,7 @@ under the License.
             <dependency>
                 <groupId>org.yaml</groupId>
                 <artifactId>snakeyaml</artifactId>
-                <version>1.31</version>
+                <version>1.33</version>
                 <scope>test</scope>
             </dependency>