You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by et...@apache.org on 2020/03/27 16:17:41 UTC

[storm] branch master updated: [STORM-3608] upgrade snakeyaml from 1.11 to 1.26 (latest)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 5b8f448  [STORM-3608] upgrade snakeyaml from 1.11 to 1.26 (latest)
     new 41732c6  Merge pull request #3238 from Ethanlm/STORM-3608
5b8f448 is described below

commit 5b8f448fe97751487ed23aecf6933a41d30df5c0
Author: Ethan Li <et...@gmail.com>
AuthorDate: Thu Mar 26 10:56:26 2020 -0500

    [STORM-3608] upgrade snakeyaml from 1.11 to 1.26 (latest)
---
 DEPENDENCY-LICENSES | 2 +-
 LICENSE-binary      | 2 +-
 pom.xml             | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/DEPENDENCY-LICENSES b/DEPENDENCY-LICENSES
index 4dfe8bf..fc1d7db 100644
--- a/DEPENDENCY-LICENSES
+++ b/DEPENDENCY-LICENSES
@@ -458,7 +458,7 @@ List of third-party dependencies grouped by their license type.
         * Sisu - Inject (JSR330 bean support) (org.sonatype.sisu:sisu-inject-bean:1.4.2 - http://sisu.sonatype.org/sisu-inject/guice-bean/sisu-inject-bean/)
         * Sisu - Inject (Plexus bean support) (org.sonatype.sisu:sisu-inject-plexus:1.4.2 - http://sisu.sonatype.org/sisu-inject/guice-bean/guice-plexus/sisu-inject-plexus/)
         * Slider Core (org.apache.slider:slider-core:0.90.2-incubating - http://slider.incubator.apache.org/slider-core/)
-        * SnakeYAML (org.yaml:snakeyaml:1.11 - http://www.snakeyaml.org)
+        * SnakeYAML (org.yaml:snakeyaml:1.26 - http://www.snakeyaml.org)
         * Snappy for Java (org.xerial.snappy:snappy-java:1.0.4.1 - http://code.google.com/p/snappy-java/)
         * Snappy for Java (org.xerial.snappy:snappy-java:1.0.5 - http://github.com/xerial/snappy-java/)
         * snappy-java (org.xerial.snappy:snappy-java:1.1.2.6 - https://github.com/xerial/snappy-java)
diff --git a/LICENSE-binary b/LICENSE-binary
index 92b3fcd..958df2b 100644
--- a/LICENSE-binary
+++ b/LICENSE-binary
@@ -896,7 +896,7 @@ The license texts of these dependencies can be found in the licenses directory.
         * ORC Core (org.apache.orc:orc-core:1.3.3 - http://orc.apache.org/orc-core)
         * oro (oro:oro:2.0.8 - no url defined)
         * Slider Core (org.apache.slider:slider-core:0.90.2-incubating - http://slider.incubator.apache.org/slider-core/)
-        * SnakeYAML (org.yaml:snakeyaml:1.11 - http://www.snakeyaml.org)
+        * SnakeYAML (org.yaml:snakeyaml:1.26 - http://www.snakeyaml.org)
         * Snappy for Java (org.xerial.snappy:snappy-java:1.0.5 - http://github.com/xerial/snappy-java/)
         * snappy-java (org.xerial.snappy:snappy-java:1.1.2.6 - https://github.com/xerial/snappy-java)
         * StAX API (stax:stax-api:1.0.1 - http://stax.codehaus.org/)
diff --git a/pom.xml b/pom.xml
index 61a5d6a..a4e81a8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -284,7 +284,7 @@
         <jetty.version>9.4.14.v20181114</jetty.version>
         <clojure.tools.logging.version>0.2.3</clojure.tools.logging.version>
         <carbonite.version>1.5.0</carbonite.version>
-        <snakeyaml.version>1.11</snakeyaml.version>
+        <snakeyaml.version>1.26</snakeyaml.version>
         <httpclient.version>4.5.6</httpclient.version>
         <jctools.version>2.0.1</jctools.version>
         <jgrapht.version>0.9.0</jgrapht.version>