You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2020/09/18 06:22:35 UTC

[flink-shaded] branch master updated: [FLINK-19243][jackson] Bump snakeyaml to 1.27

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

chesnay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-shaded.git


The following commit(s) were added to refs/heads/master by this push:
     new c02c448  [FLINK-19243][jackson] Bump snakeyaml to 1.27
c02c448 is described below

commit c02c44840c25499c3f8937f34cfaa0757c03299d
Author: Chesnay Schepler <ch...@apache.org>
AuthorDate: Tue Sep 15 14:13:58 2020 +0200

    [FLINK-19243][jackson] Bump snakeyaml to 1.27
---
 flink-shaded-jackson-parent/flink-shaded-jackson-2/pom.xml     | 10 ++++++++++
 .../flink-shaded-jackson-2/src/main/resources/META-INF/NOTICE  |  2 +-
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/flink-shaded-jackson-parent/flink-shaded-jackson-2/pom.xml b/flink-shaded-jackson-parent/flink-shaded-jackson-2/pom.xml
index c3184a5..082fa18 100644
--- a/flink-shaded-jackson-parent/flink-shaded-jackson-2/pom.xml
+++ b/flink-shaded-jackson-parent/flink-shaded-jackson-2/pom.xml
@@ -57,6 +57,16 @@ under the License.
         </dependency>
     </dependencies>
 
+    <dependencyManagement>
+        <dependencies>
+            <dependency>
+                <groupId>org.yaml</groupId>
+                <artifactId>snakeyaml</artifactId>
+                <version>1.27</version>
+            </dependency>
+        </dependencies>
+    </dependencyManagement>
+
     <build>
         <plugins>
             <plugin>
diff --git a/flink-shaded-jackson-parent/flink-shaded-jackson-2/src/main/resources/META-INF/NOTICE b/flink-shaded-jackson-parent/flink-shaded-jackson-2/src/main/resources/META-INF/NOTICE
index b6e5f1e..888e8b2 100644
--- a/flink-shaded-jackson-parent/flink-shaded-jackson-2/src/main/resources/META-INF/NOTICE
+++ b/flink-shaded-jackson-parent/flink-shaded-jackson-2/src/main/resources/META-INF/NOTICE
@@ -11,4 +11,4 @@ This project bundles the following dependencies under the Apache Software Licens
 - com.fasterxml.jackson.core:jackson-databind:2.10.1
 - com.fasterxml.jackson.dataformat:jackson-dataformat-csv:2.10.1
 - com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.10.1
-- org.yaml:snakeyaml:1.24
+- org.yaml:snakeyaml:1.27