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 2022/08/02 20:16:52 UTC

[plc4x] branch develop updated: build(deps): bump kotlin.version from 1.7.0 to 1.7.10 (#432)

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 98dfb16aa build(deps): bump kotlin.version from 1.7.0 to 1.7.10 (#432)
98dfb16aa is described below

commit 98dfb16aaa83c6d3a2b0c428aa5cfecf2ecc0139
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Aug 2 22:16:48 2022 +0200

    build(deps): bump kotlin.version from 1.7.0 to 1.7.10 (#432)
    
    Bumps `kotlin.version` from 1.7.0 to 1.7.10.
    
    Updates `kotlin-stdlib` from 1.7.0 to 1.7.10
    - [Release notes](https://github.com/JetBrains/kotlin/releases)
    - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.7.10/ChangeLog.md)
    - [Commits](https://github.com/JetBrains/kotlin/compare/v1.7.0...v1.7.10)
    
    Updates `kotlin-stdlib-jdk7` from 1.7.0 to 1.7.10
    - [Release notes](https://github.com/JetBrains/kotlin/releases)
    - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.7.10/ChangeLog.md)
    - [Commits](https://github.com/JetBrains/kotlin/compare/v1.7.0...v1.7.10)
    
    Updates `kotlin-maven-plugin` from 1.7.0 to 1.7.10
    
    ---
    updated-dependencies:
    - dependency-name: org.jetbrains.kotlin:kotlin-stdlib
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk7
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@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 491d7beb4..f77416311 100644
--- a/plc4j/examples/hello-world-kotlin/pom.xml
+++ b/plc4j/examples/hello-world-kotlin/pom.xml
@@ -32,7 +32,7 @@
   <name>PLC4J: Examples: Hello-World: Kotlin</name>
 
   <properties>
-    <kotlin.version>1.7.0</kotlin.version>
+    <kotlin.version>1.7.10</kotlin.version>
     <kotlin.compiler.incremental>true</kotlin.compiler.incremental>
     <app.main.class>org.apache.plc4x.java.examples.hellokotlin.ReadModbusPalKt</app.main.class>
   </properties>