You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2020/12/22 09:11:08 UTC

[camel-k-runtime] branch master updated: chore: align kotlin libs to Quarkus release (#577)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 4fb55f3  chore: align kotlin libs to Quarkus release (#577)
4fb55f3 is described below

commit 4fb55f3a1af299cb5bf0227d59213900c4ffce72
Author: Nicola Ferraro <ni...@gmail.com>
AuthorDate: Tue Dec 22 10:11:00 2020 +0100

    chore: align kotlin libs to Quarkus release (#577)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index bba1bf9..4ff08ed 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.21</kotlin-version>
+        <kotlin-version>1.3.72</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>