You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2021/01/08 21:35:15 UTC

[camel-quarkus] 02/03: Upgrade Kotlin to 1.4.20

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

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

commit a8dd88971af231060e3e04fb8eec62b5c17cf8c3
Author: James Netherton <ja...@gmail.com>
AuthorDate: Thu Jan 7 10:18:15 2021 +0000

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

diff --git a/pom.xml b/pom.xml
index e08af05..b6ad73d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -84,7 +84,7 @@
         <kafka.version>2.5.0</kafka.version>
         <kudu.version>${kudu-version}</kudu.version><!-- keep in sync with Camel -->
         <kubernetes-client.version>${kubernetes-client-version}</kubernetes-client.version>
-        <kotlin.version>1.3.72</kotlin.version>
+        <kotlin.version>1.4.20</kotlin.version><!-- keep in sync with Quarkus -->
         <netty3.version>${netty3-version}</netty3.version><!-- Spark -->
         <mvel2.version>${mvel-version}</mvel2.version><!-- keep in sync with Camel and Optaplanner -->
         <nimbus-jose-jwt.version>4.41.1</nimbus-jose-jwt.version><!-- Mess in hdfs transitive deps -->