You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by ad...@apache.org on 2022/06/09 11:10:31 UTC

[ozone] branch master updated: HDDS-6850. Bump kotlin-stdlib to 1.6.21 due to CVE-2022-24329 (#3496)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new cf2c8a72af HDDS-6850. Bump kotlin-stdlib to 1.6.21 due to CVE-2022-24329 (#3496)
cf2c8a72af is described below

commit cf2c8a72af35308599c6343855c2711fb3796f24
Author: Siyao Meng <50...@users.noreply.github.com>
AuthorDate: Thu Jun 9 04:10:25 2022 -0700

    HDDS-6850. Bump kotlin-stdlib to 1.6.21 due to CVE-2022-24329 (#3496)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 296aea89ba..26b7bd826c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1407,7 +1407,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
       <dependency>
         <groupId>org.jetbrains.kotlin</groupId>
         <artifactId>kotlin-stdlib</artifactId>
-        <version>1.4.31</version>
+        <version>1.6.21</version>
       </dependency>
       <dependency>
         <groupId>io.opentracing</groupId>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@ozone.apache.org
For additional commands, e-mail: commits-help@ozone.apache.org