This is an automated email from the ASF dual-hosted git repository. ppalaga pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git
commit 97b65feb1338c9ebafcfdc5c3ef0226c5dee4b8f Author: James Netherton <jamesnether...@gmail.com> AuthorDate: Tue Feb 14 07:47:20 2023 +0000 Upgrade Kotlin to 1.8.10 --- 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 e64c507..ef63c55 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.6.21</kotlin.version> + <kotlin.version>1.8.10</kotlin.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>