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 deb2b1e chore(deps): bump kotlin.version from 2.3.21 to 2.4.0 (#695)
deb2b1e is described below
commit deb2b1e5239682ffbf0bd5883396cef7dfbffb13
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 8 07:56:07 2026 +0200
chore(deps): bump kotlin.version from 2.3.21 to 2.4.0 (#695)
Bumps `kotlin.version` from 2.3.21 to 2.4.0.
Updates `org.jetbrains.kotlin:kotlin-stdlib` from 2.3.21 to 2.4.0
- [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.21...v2.4.0)
Updates `org.jetbrains.kotlin:kotlin-maven-plugin` from 2.3.21 to 2.4.0
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib
dependency-version: 2.4.0
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin
dependency-version: 2.4.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
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 7b43031..9378249 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.21</kotlin.version>
+ <kotlin.version>2.4.0</kotlin.version>
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
<app.main.class>org.apache.plc4x.java.examples.hellokotlin.ReadModbusPalKt</app.main.class>
</properties>