From d438a6877aa29738bdd3e6aa408882030983082c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 13:12:02 +0000 Subject: [PATCH 1/2] build(deps): bump kotlin.version from 1.7.22 to 1.8.0 Bumps `kotlin.version` from 1.7.22 to 1.8.0. Updates `kotlin-stdlib` from 1.7.22 to 1.8.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/v1.7.22...v1.8.0) Updates `kotlin-stdlib-jdk7` from 1.7.22 to 1.8.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/v1.7.22...v1.8.0) Updates `kotlin-maven-plugin` from 1.7.22 to 1.8.0 --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk7 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 91047357cf1..78d60e3ed1e 100644 --- a/plc4j/examples/hello-world-kotlin/pom.xml +++ b/plc4j/examples/hello-world-kotlin/pom.xml @@ -30,7 +30,7 @@ PLC4J: Examples: Hello-World: Kotlin - 1.7.22 + 1.8.0 true org.apache.plc4x.java.examples.hellokotlin.ReadModbusPalKt From 6372671c1067f3eaca56c3969d0e2cfb371b141e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20R=C3=BChl?= Date: Tue, 17 Jan 2023 12:49:58 +0100 Subject: [PATCH 2/2] build: fix build --- plc4j/examples/hello-world-kotlin/pom.xml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/plc4j/examples/hello-world-kotlin/pom.xml b/plc4j/examples/hello-world-kotlin/pom.xml index 78d60e3ed1e..98a805fc510 100644 --- a/plc4j/examples/hello-world-kotlin/pom.xml +++ b/plc4j/examples/hello-world-kotlin/pom.xml @@ -41,11 +41,6 @@ kotlin-stdlib ${kotlin.version} - - org.jetbrains.kotlin - kotlin-stdlib-jdk7 - ${kotlin.version} - org.apache.plc4x plc4j-api @@ -62,7 +57,7 @@ org.assertj assertj-core - 3.23.1 + 3.24.1 test