You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/02/23 08:49:53 UTC

[camel-k-runtime] 01/02: Upgrade Kotlin to version 1.4.30

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

acosentino pushed a commit to branch kotlin-1.4.30
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git

commit 888aec85a7046289826d17345b8c465cc2bf0c09
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Feb 23 08:31:38 2021 +0100

    Upgrade Kotlin to version 1.4.30
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9de0064..59039a3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,7 +48,7 @@
         <!-- camel-k -->
         <joor-version>0.9.13</joor-version>
         <groovy-version>3.0.7</groovy-version>
-        <kotlin-version>1.4.20</kotlin-version>
+        <kotlin-version>1.4.30</kotlin-version>
         <spock-version>2.0-M4-groovy-3.0</spock-version>
         <immutables-version>2.8.9-ea-1</immutables-version>
         <semver4j-version>3.1.0</semver4j-version>