This is an automated email from the ASF dual-hosted git repository. stevel pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/trunk by this push: new b1ed23654c0 HADOOP-18837. Upgrade okio to 3.4.0 due to CVE-2023-3635. (#5914) b1ed23654c0 is described below commit b1ed23654c01052074ea81fadb685d2ea7bb4bfa 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 72318d9bf0a..b1a24c2bd57 100644 --- a/LICENSE-binary +++ b/LICENSE-binary @@ -242,7 +242,7 @@ com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava com.microsoft.azure:azure-storage:7.0.0 com.nimbusds:nimbus-jose-jwt:9.31 com.squareup.okhttp3:okhttp:4.10.0 -com.squareup.okio:okio:3.2.0 +com.squareup.okio:okio:3.4.0 com.zaxxer:HikariCP:4.0.3 commons-beanutils:commons-beanutils:1.9.4 commons-cli:commons-cli:1.5.0 diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml index 02feba3d1e6..63c2a741c9e 100644 --- a/hadoop-project/pom.xml +++ b/hadoop-project/pom.xml @@ -133,7 +133,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> <jdom2.version>2.0.6.1</jdom2.version> --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org