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 43e1d6f chore(deps): bump kotlin.version from 2.2.10 to 2.2.20 (#476)
43e1d6f is described below
commit 43e1d6f4ead22aa09a067230ec8719432bc7a6ba
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 11 09:08:39 2025 +0200
chore(deps): bump kotlin.version from 2.2.10 to 2.2.20 (#476)
Bumps `kotlin.version` from 2.2.10 to 2.2.20.
Updates `org.jetbrains.kotlin:kotlin-stdlib` from 2.2.10 to 2.2.20
- [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.2.10...v2.2.20)
Updates `org.jetbrains.kotlin:kotlin-maven-plugin` from 2.2.10 to 2.2.20
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib
dependency-version: 2.2.20
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin
dependency-version: 2.2.20
dependency-type: direct:production
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 5a3f36b..663e649 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.2.10</kotlin.version>
+ <kotlin.version>2.2.20</kotlin.version>
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
<app.main.class>org.apache.plc4x.java.examples.hellokotlin.ReadModbusPalKt</app.main.class>
</properties>