You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by du...@apache.org on 2022/10/12 03:54:18 UTC

[shardingsphere] branch master updated: Fix : upgrade the snakeyaml version to 1.33 in exmaple module to fix the compile error (#21517)

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

duanzhengqiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new fb016dd4f22 Fix : upgrade the snakeyaml version to 1.33 in exmaple module to fix the compile error (#21517)
fb016dd4f22 is described below

commit fb016dd4f229a06d57c03a4433368851bd29f1de
Author: 孙念君 Nianjun Sun <su...@sphere-ex.com>
AuthorDate: Wed Oct 12 11:54:05 2022 +0800

    Fix : upgrade the snakeyaml version to 1.33 in exmaple module to fix the compile error (#21517)
    
    Co-authored-by: 孙念君 Nianjun Sun <su...@apache.com>
---
 examples/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/pom.xml b/examples/pom.xml
index 0a39691f482..d0e54caa3ea 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -74,7 +74,7 @@
         <maven-jar-plugin.version>3.2.0</maven-jar-plugin.version>
         <maven-source-plugin.version>3.2.1</maven-source-plugin.version>
         <freemarker.version>2.3.31</freemarker.version>
-        <snakeyaml.version>1.30</snakeyaml.version>
+        <snakeyaml.version>1.33</snakeyaml.version>
         <flatten-maven-plugin.version>1.2.5</flatten-maven-plugin.version>
         
         <javadocExecutable>${java.home}/../bin/javadoc</javadocExecutable>