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

sruehl pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x-extras.git


The following commit(s) were added to refs/heads/develop by this push:
     new 4c5b24f  chore(deps): bump kotlin.version from 2.3.10 to 2.3.21 (#658)
4c5b24f is described below

commit 4c5b24f8da5d6b5df06b1badcd9a771c4a062a98
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed May 20 09:59:31 2026 +0200

    chore(deps): bump kotlin.version from 2.3.10 to 2.3.21 (#658)
    
    Bumps `kotlin.version` from 2.3.10 to 2.3.21.
    
    Updates `org.jetbrains.kotlin:kotlin-stdlib` from 2.3.10 to 2.3.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/v2.3.10...v2.3.21)
    
    Updates `org.jetbrains.kotlin:kotlin-maven-plugin` from 2.3.10 to 2.3.21
    
    ---
    updated-dependencies:
    - dependency-name: org.jetbrains.kotlin:kotlin-stdlib
      dependency-version: 2.3.21
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin
      dependency-version: 2.3.21
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 plc4j/examples/hello-world-kotlin/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plc4j/examples/hello-world-kotlin/pom.xml 
b/plc4j/examples/hello-world-kotlin/pom.xml
index 5d4193c..577ba28 100644
--- a/plc4j/examples/hello-world-kotlin/pom.xml
+++ b/plc4j/examples/hello-world-kotlin/pom.xml
@@ -31,7 +31,7 @@
 
   <properties>
     
<project.build.outputTimestamp>2024-02-16T14:32:21Z</project.build.outputTimestamp>
-    <kotlin.version>2.3.10</kotlin.version>
+    <kotlin.version>2.3.21</kotlin.version>
     <kotlin.compiler.incremental>true</kotlin.compiler.incremental>
     
<app.main.class>org.apache.plc4x.java.examples.hellokotlin.ReadModbusPalKt</app.main.class>
   </properties>

Reply via email to