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-examples.git


The following commit(s) were added to refs/heads/main by this push:
     new 3881148  Upgrade Kotlin
3881148 is described below

commit 3881148bdf9482c8310a4c19b26c1c455d2218ae
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Fri Dec 31 16:33:18 2021 +0100

    Upgrade Kotlin
---
 examples/kotlin/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/kotlin/pom.xml b/examples/kotlin/pom.xml
index 79aa758..e5a5dd1 100644
--- a/examples/kotlin/pom.xml
+++ b/examples/kotlin/pom.xml
@@ -35,7 +35,7 @@
 
     <properties>
         <category>Other Languages</category>
-        <kotlin.version>1.5.21</kotlin.version>
+        <kotlin.version>1.6.10</kotlin.version>
     </properties>
 
     <dependencyManagement>

Reply via email to