This is an automated email from the ASF dual-hosted git repository. stevel pushed a commit to branch branch-3.3 in repository https://gitbox.apache.org/repos/asf/hadoop.git
commit 1c9ad4cbbbd15948a4ba154205b277d3f1b74c40 Author: rohit-kb <115476286+rohit...@users.noreply.github.com> AuthorDate: Tue Aug 8 18:07:20 2023 +0530 HADOOP-18837. Upgrade okio to 3.4.0 due to CVE-2023-3635. (#5914) Contributed by Rohit Kumar --- LICENSE-binary | 2 +- hadoop-project/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE-binary b/LICENSE-binary index 9c0311fb48d..98e05f62bee 100644 --- a/LICENSE-binary +++ b/LICENSE-binary @@ -244,7 +244,7 @@ com.google.j2objc:j2objc-annotations:1.3 com.microsoft.azure:azure-storage:7.0.1 com.nimbusds:nimbus-jose-jwt:9.8.1 com.squareup.okhttp3:okhttp:4.10.0 -com.squareup.okio:okio:3.2.0 +com.squareup.okio:okio:3.4.0 com.yammer.metrics:metrics-core:2.2.0 com.zaxxer:HikariCP-java7:2.4.12 commons-beanutils:commons-beanutils:1.9.4 diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml index cf68d749119..1421c37866f 100644 --- a/hadoop-project/pom.xml +++ b/hadoop-project/pom.xml @@ -136,7 +136,7 @@ <derby.version>10.14.2.0</derby.version> <mssql.version>6.2.1.jre7</mssql.version> <okhttp3.version>4.10.0</okhttp3.version> - <okio.version>3.2.0</okio.version> + <okio.version>3.4.0</okio.version> <kotlin-stdlib.verion>1.6.20</kotlin-stdlib.verion> <kotlin-stdlib-common.version>1.6.20</kotlin-stdlib-common.version> <jdom.version>1.1</jdom.version> --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org