This is an automated email from the ASF dual-hosted git repository. radhikakundam pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/atlas.git
The following commit(s) were added to refs/heads/master by this push: new 830521b84 ATLAS-4801: Atlas - Upgrade Okio to 3.4.0 due to CVE-2023-3635 830521b84 is described below commit 830521b846619217bdad563f8b69ba5dd58a35d1 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> --- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pom.xml b/pom.xml index 942863efd..6a0e68485 100644 --- a/pom.xml +++ b/pom.xml @@ -779,6 +779,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> @@ -1712,6 +1713,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>