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
commit f35e3f951f6e813a07afd015beba084696e34b48 Author: Chesnay Schepler <[email protected]> AuthorDate: Wed Jul 7 11:21:16 2021 +0200 [FLINK-23291] Bump snakeyaml to 1.29 --- flink-shaded-jackson-parent/flink-shaded-jackson-2/pom.xml | 2 +- .../flink-shaded-jackson-2/src/main/resources/META-INF/NOTICE | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 eb7716c..d18571b 100644 --- a/flink-shaded-jackson-parent/flink-shaded-jackson-2/pom.xml +++ b/flink-shaded-jackson-parent/flink-shaded-jackson-2/pom.xml @@ -62,7 +62,7 @@ under the License. <dependency> <groupId>org.yaml</groupId> <artifactId>snakeyaml</artifactId> - <version>1.27</version> + <version>1.29</version> </dependency> </dependencies> </dependencyManagement> 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 36a7c65..a0e1750 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.12.4 - com.fasterxml.jackson.dataformat:jackson-dataformat-csv:2.12.4 - com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.12.4 -- org.yaml:snakeyaml:1.27 +- org.yaml:snakeyaml:1.29
