This is an automated email from the ASF dual-hosted git repository. ppalaga pushed a commit to branch camel-quarkus-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git
commit af783332291fcac2c192b208ce4e57b3c21e4eb2 Author: James Netherton <[email protected]> AuthorDate: Wed Jun 7 14:07:03 2023 +0100 Upgrade Kotlin to 1.8.21 --- timer-log-kotlin/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/timer-log-kotlin/pom.xml b/timer-log-kotlin/pom.xml index fb90709..660da81 100644 --- a/timer-log-kotlin/pom.xml +++ b/timer-log-kotlin/pom.xml @@ -35,7 +35,7 @@ <quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id> <camel-quarkus.platform.group-id>org.apache.camel.quarkus</camel-quarkus.platform.group-id> <camel-quarkus.platform.artifact-id>camel-quarkus-bom</camel-quarkus.platform.artifact-id> - <kotlin.version>1.8.10</kotlin.version> + <kotlin.version>1.8.21</kotlin.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
