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/03/19 10:37:45 UTC

[camel-quarkus] branch master updated: Upgrade Kotlin to 1.4.31

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


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

commit da0c7655c04197544bec8256989c708c08645a25
Author: James Netherton <ja...@gmail.com>
AuthorDate: Fri Mar 19 08:14:05 2021 +0000

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

diff --git a/pom.xml b/pom.xml
index ecec6c5..d88d695 100644
--- a/pom.xml
+++ b/pom.xml
@@ -92,7 +92,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.4.20</kotlin.version><!-- keep in sync with Quarkus -->
+        <kotlin.version>1.4.31</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 -->