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 453e838f49 Revert "Bump kotlin-stdlib from 1.3.50 to 1.6.0 in /kotlin (#4387)" 453e838f49 is described below commit 453e838f492238d4a273a78aae7e11288d1bde96 Author: Jongyoul Lee <jongy...@gmail.com> AuthorDate: Fri Jul 22 17:54:03 2022 +0900 Revert "Bump kotlin-stdlib from 1.3.50 to 1.6.0 in /kotlin (#4387)" This reverts commit 5ba5300d37d1c2a766a08ac292289ee32af1e577. --- kotlin/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kotlin/pom.xml b/kotlin/pom.xml index 0c090a4465..2c7af88b6e 100644 --- a/kotlin/pom.xml +++ b/kotlin/pom.xml @@ -32,7 +32,7 @@ <properties> <interpreter.name>kotlin</interpreter.name> - <kotlin.version>1.6.0</kotlin.version> + <kotlin.version>1.3.50</kotlin.version> </properties> <dependencies>