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

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

commit 8b4a8d12f8caa873809f273aebbde270652607ef
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Aug 6 19:19:51 2024 +0000

    Bump the maven group across 1 directory with 2 updates
    
    Bumps the maven group with 2 updates in the /timer-log-kotlin directory: 
org.jetbrains.kotlin:kotlin-maven-allopen and 
org.jetbrains.kotlin:kotlin-maven-plugin.
    
    
    Updates `org.jetbrains.kotlin:kotlin-maven-allopen` from 2.0.0 to 2.0.10
    
    Updates `org.jetbrains.kotlin:kotlin-maven-plugin` from 2.0.0 to 2.0.10
    
    ---
    updated-dependencies:
    - dependency-name: org.jetbrains.kotlin:kotlin-maven-allopen
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: maven
    - dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: maven
    ...
    
    Signed-off-by: dependabot[bot] <supp...@github.com>
---
 timer-log-kotlin/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/timer-log-kotlin/pom.xml b/timer-log-kotlin/pom.xml
index f1cdc09..3bb7b32 100644
--- a/timer-log-kotlin/pom.xml
+++ b/timer-log-kotlin/pom.xml
@@ -35,7 +35,7 @@
         
<quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id>
         
<camel-quarkus.platform.group-id>org.apache.camel.quarkus</camel-quarkus.platform.group-id>
         
<camel-quarkus.platform.artifact-id>camel-quarkus-bom</camel-quarkus.platform.artifact-id>
-        <kotlin.version>2.0.0</kotlin.version>
+        <kotlin.version>2.0.10</kotlin.version>
 
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

Reply via email to