You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by sr...@apache.org on 2023/01/17 13:09:22 UTC

[plc4x] branch develop updated: Revert "build(deps): bump kotlin.version from 1.7.22 to 1.8.0 (#718)"

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.git


The following commit(s) were added to refs/heads/develop by this push:
     new 71ba1a836a Revert "build(deps): bump kotlin.version from 1.7.22 to 1.8.0 (#718)"
71ba1a836a is described below

commit 71ba1a836ab4b6af3ed21fc6f7807793a4a677d4
Author: Sebastian Rühl <sr...@apache.org>
AuthorDate: Tue Jan 17 14:09:11 2023 +0100

    Revert "build(deps): bump kotlin.version from 1.7.22 to 1.8.0 (#718)"
    
    This reverts commit 645814eabe045fef11e9e1cd2a681ea1f8080bf1.
---
 plc4j/examples/hello-world-kotlin/pom.xml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/plc4j/examples/hello-world-kotlin/pom.xml b/plc4j/examples/hello-world-kotlin/pom.xml
index 98a805fc51..424730a022 100644
--- a/plc4j/examples/hello-world-kotlin/pom.xml
+++ b/plc4j/examples/hello-world-kotlin/pom.xml
@@ -30,7 +30,7 @@
   <name>PLC4J: Examples: Hello-World: Kotlin</name>
 
   <properties>
-    <kotlin.version>1.8.0</kotlin.version>
+    <kotlin.version>1.7.22</kotlin.version>
     <kotlin.compiler.incremental>true</kotlin.compiler.incremental>
     <app.main.class>org.apache.plc4x.java.examples.hellokotlin.ReadModbusPalKt</app.main.class>
   </properties>
@@ -41,6 +41,11 @@
       <artifactId>kotlin-stdlib</artifactId>
       <version>${kotlin.version}</version>
     </dependency>
+    <dependency>
+      <groupId>org.jetbrains.kotlin</groupId>
+      <artifactId>kotlin-stdlib-jdk7</artifactId>
+      <version>${kotlin.version}</version>
+    </dependency>
     <dependency>
       <groupId>org.apache.plc4x</groupId>
       <artifactId>plc4j-api</artifactId>