Skip to content

Commit

Permalink
build(deps): bump kotlin version to 1.9.21
Browse files Browse the repository at this point in the history
  • Loading branch information
sruehl committed Dec 5, 2023
1 parent 707143d commit e0758fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion plc4j/drivers/ctrlx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jdk8</artifactId>
<version>1.6.20</version>
<version>1.9.21</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
7 changes: 1 addition & 6 deletions plc4j/examples/hello-world-kotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<properties>
<project.build.outputTimestamp>2023-11-02T07:23:09Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-11-02T07:23:09Z</project.build.outputTimestamp>
<kotlin.version>1.7.22</kotlin.version>
<kotlin.version>1.9.21</kotlin.version>
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
<app.main.class>org.apache.plc4x.java.examples.hellokotlin.ReadModbusPalKt</app.main.class>
</properties>
Expand All @@ -43,11 +43,6 @@
<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>
Expand Down

0 comments on commit e0758fa

Please sign in to comment.