You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by jo...@apache.org on 2022/07/22 04:13:38 UTC

[zeppelin] branch master updated: Bump kotlin-stdlib from 1.3.50 to 1.6.0 in /kotlin (#4387)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 5ba5300d37 Bump kotlin-stdlib from 1.3.50 to 1.6.0 in /kotlin (#4387)
5ba5300d37 is described below

commit 5ba5300d37d1c2a766a08ac292289ee32af1e577
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Jul 22 13:13:33 2022 +0900

    Bump kotlin-stdlib from 1.3.50 to 1.6.0 in /kotlin (#4387)
    
    Bumps [kotlin-stdlib](https://github.com/JetBrains/kotlin) from 1.3.50 to 1.6.0.
    - [Release notes](https://github.com/JetBrains/kotlin/releases)
    - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.6.0/ChangeLog.md)
    - [Commits](https://github.com/JetBrains/kotlin/compare/v1.3.50...v1.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.jetbrains.kotlin:kotlin-stdlib
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 kotlin/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kotlin/pom.xml b/kotlin/pom.xml
index 2c7af88b6e..0c090a4465 100644
--- a/kotlin/pom.xml
+++ b/kotlin/pom.xml
@@ -32,7 +32,7 @@
 
     <properties>
         <interpreter.name>kotlin</interpreter.name>
-        <kotlin.version>1.3.50</kotlin.version>
+        <kotlin.version>1.6.0</kotlin.version>
     </properties>
 
     <dependencies>