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

radhikakundam pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/atlas.git

commit 60b861512b27126932ad4298d675d1006a290eee
Author: Disha Talreja <dishatalre...@gmail.com>
AuthorDate: Mon Oct 16 19:46:31 2023 -0700

    ATLAS-4801: Atlas - Upgrade Okio to 3.4.0 due to CVE-2023-3635
    
    Signed-off-by: radhikakundam <radhikakun...@apache.org>
    (cherry picked from commit 830521b846619217bdad563f8b69ba5dd58a35d1)
---
 pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/pom.xml b/pom.xml
index 41b1fef43..5121d1d34 100644
--- a/pom.xml
+++ b/pom.xml
@@ -769,6 +769,7 @@
         <netty.version>4.1.94.Final</netty.version>
         <node-for-v2.version>v12.16.0</node-for-v2.version>
         <npm-for-v2.version>6.13.7</npm-for-v2.version>
+        <okio.version>3.4.0</okio.version>
         <opencsv.version>5.0</opencsv.version>
         <paranamer.version>2.7</paranamer.version>
         <PermGen>64m</PermGen>
@@ -1702,6 +1703,12 @@
                 <artifactId>ivy</artifactId>
                 <version>${ivy.version}</version>
             </dependency>
+
+            <dependency>
+                <groupId>com.squareup.okio</groupId>
+                <artifactId>okio</artifactId>
+                <version>${okio.version}</version>
+            </dependency>
         </dependencies>
     </dependencyManagement>
 

Reply via email to