You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/12/04 15:43:52 UTC

(camel) branch main updated: Bump kotlin-version from 1.9.20 to 1.9.21 (#12306)

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

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 5b37ff273f9 Bump kotlin-version from 1.9.20 to 1.9.21 (#12306)
5b37ff273f9 is described below

commit 5b37ff273f9860ff2e790b416b58853c279a2991
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Dec 4 16:43:45 2023 +0100

    Bump kotlin-version from 1.9.20 to 1.9.21 (#12306)
    
    Bumps `kotlin-version` from 1.9.20 to 1.9.21.
    
    Updates `org.jetbrains.kotlin:kotlin-scripting-jvm` from 1.9.20 to 1.9.21
    - [Release notes](https://github.com/JetBrains/kotlin/releases)
    - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
    - [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.20...v1.9.21)
    
    Updates `org.jetbrains.kotlin:kotlin-scripting-jvm-host` from 1.9.20 to 1.9.21
    - [Release notes](https://github.com/JetBrains/kotlin/releases)
    - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
    - [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.20...v1.9.21)
    
    Updates `org.jetbrains.kotlin:kotlin-maven-plugin` from 1.9.20 to 1.9.21
    
    ---
    updated-dependencies:
    - dependency-name: org.jetbrains.kotlin:kotlin-scripting-jvm
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.jetbrains.kotlin:kotlin-scripting-jvm-host
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 94c03d32380..cb6dfd0f616 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -295,7 +295,7 @@
         <jython-standalone-version>2.7.3</jython-standalone-version>
         <jzlib-version>1.1.3</jzlib-version>
         <kafka-version>3.6.0</kafka-version>
-        <kotlin-version>1.9.20</kotlin-version>
+        <kotlin-version>1.9.21</kotlin-version>
         <kubernetes-client-version>6.9.2</kubernetes-client-version>
         <kubernetes-model-version>6.9.2</kubernetes-model-version>
         <kudu-version>1.17.0</kudu-version>