Skip to content

Commit

Permalink
[fix][sec] Bump snakeyaml to 1.32 for CVE-2022-38752 (apache#17779)
Browse files Browse the repository at this point in the history
  • Loading branch information
tisonkun authored Sep 24, 2022
1 parent 1475505 commit ec8b586
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion buildtools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<guice.version>4.2.3</guice.version>
<guava.version>31.0.1-jre</guava.version>
<ant.version>1.10.12</ant.version>
<snakeyaml.version>1.31</snakeyaml.version>
<snakeyaml.version>1.32</snakeyaml.version>
<mockito.version>3.12.4</mockito.version>
<!-- required for running tests on JDK11+ -->
<test.additional.args>
Expand Down
2 changes: 1 addition & 1 deletion distribution/server/src/assemble/LICENSE.bin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ The Apache Software License, Version 2.0
- org.eclipse.jetty.websocket-websocket-servlet-9.4.48.v20220622.jar
- org.eclipse.jetty-jetty-alpn-conscrypt-server-9.4.48.v20220622.jar
- org.eclipse.jetty-jetty-alpn-server-9.4.48.v20220622.jar
* SnakeYaml -- org.yaml-snakeyaml-1.31.jar
* SnakeYaml -- org.yaml-snakeyaml-1.32.jar
* RocksDB - org.rocksdb-rocksdbjni-6.29.4.1.jar
* Google Error Prone Annotations - com.google.errorprone-error_prone_annotations-2.5.1.jar
* Apache Thrift - org.apache.thrift-libthrift-0.14.2.jar
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ flexible messaging model and an intuitive client API.</description>
<apache-http-client.version>4.5.13</apache-http-client.version>
<apache-httpcomponents.version>4.4.15</apache-httpcomponents.version>
<jetcd.version>0.5.11</jetcd.version>
<snakeyaml.version>1.31</snakeyaml.version>
<snakeyaml.version>1.32</snakeyaml.version>
<ant.version>1.10.12</ant.version>
<seancfoley.ipaddress.version>5.3.3</seancfoley.ipaddress.version>
<disruptor.version>3.4.3</disruptor.version>
Expand Down
4 changes: 2 additions & 2 deletions pulsar-sql/presto-distribution/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ The Apache Software License, Version 2.0
* RocksDB JNI
- rocksdbjni-6.29.4.1.jar
* SnakeYAML
- snakeyaml-1.31.jar
- snakeyaml-1.32.jar
* Bean Validation API
- validation-api-2.0.1.Final.jar
* Objectsize
Expand Down Expand Up @@ -505,7 +505,7 @@ MIT License
* JCL 1.2 Implemented Over SLF4J
- jcl-over-slf4j-1.7.32.jar
* Checker Qual
- checker-qual-3.12.0.jar
- checker-qual-3.12.0.jar
* Annotations
- animal-sniffer-annotations-1.19.jar
- annotations-4.1.1.4.jar
Expand Down

0 comments on commit ec8b586

Please sign in to comment.