You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2021/12/24 07:30:29 UTC

[camel] branch main updated: CAMEL-17329: Upgrade kotlin to 1.6.x as part of drop JDK8

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

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new e169975  CAMEL-17329: Upgrade kotlin to 1.6.x as part of drop JDK8
e169975 is described below

commit e169975256ed9eebc49d47c4df5c68e5f64625a0
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Dec 24 08:23:50 2021 +0100

    CAMEL-17329: Upgrade kotlin to 1.6.x as part of drop JDK8
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 2e477f4..bb2a52e 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -351,7 +351,7 @@
         <jython-standalone-version>2.5.3</jython-standalone-version>
         <jzlib-version>1.1.3</jzlib-version>
         <kafka-version>2.8.1</kafka-version>
-        <kotlin-version>1.5.31</kotlin-version>
+        <kotlin-version>1.6.10</kotlin-version>
         <kubernetes-client-version>5.11.0</kubernetes-client-version>
         <kubernetes-model-version>5.11.0</kubernetes-model-version>
         <kudu-version>1.14.0</kudu-version>