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

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

commit a9c71a235a694850331858b59c0d460ad0ed33a2
Author: PJ Fanning <[email protected]>
AuthorDate: Tue Apr 5 15:30:24 2022 +0200

    AIRAVATA-3590 upgrade snakeyaml due to XXE issue
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9073194128..043662e8bb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -136,7 +136,7 @@
         <google.gson.version>2.10.1</google.gson.version>
         <zk.version>3.9.2</zk.version>
         <amqp.client.version>3.5.1</amqp.client.version>
-        <snakeyaml.version>1.15</snakeyaml.version>
+        <snakeyaml.version>1.26</snakeyaml.version>
         <maven.javadoc.failOnError>false</maven.javadoc.failOnError>
         <maven.replacer.plugin.version>1.5.3</maven.replacer.plugin.version>
         <maven.assembly.plugin>3.3.0</maven.assembly.plugin>

Reply via email to