You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2020/11/19 21:52:55 UTC

[camel-k-runtime] branch master updated: build(deps): bump kotlin-version from 1.4.10 to 1.4.20

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

lburgazzoli 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 a8a7b89  build(deps): bump kotlin-version from 1.4.10 to 1.4.20
a8a7b89 is described below

commit a8a7b89b6085b95fcf5d009ec57ce9e7e9440899
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Nov 19 20:02:27 2020 +0000

    build(deps): bump kotlin-version from 1.4.10 to 1.4.20
    
    Bumps `kotlin-version` from 1.4.10 to 1.4.20.
    
    Updates `kotlin-bom` from 1.4.10 to 1.4.20
    - [Release notes](https://github.com/JetBrains/kotlin/releases)
    - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.4.20/ChangeLog.md)
    - [Commits](https://github.com/JetBrains/kotlin/compare/v1.4.10...v1.4.20)
    
    Updates `kotlin-maven-plugin` from 1.4.10 to 1.4.20
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 51a0a7c..9826b0a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,7 +48,7 @@
         <!-- camel-k -->
         <joor-version>0.9.13</joor-version>
         <groovy-version>3.0.6</groovy-version>
-        <kotlin-version>1.4.10</kotlin-version>
+        <kotlin-version>1.4.20</kotlin-version>
         <spock-version>2.0-M4-groovy-3.0</spock-version>
         <jaxb-api-version>2.3.1</jaxb-api-version>
         <jaxb-core-version>2.3.0.1</jaxb-core-version>