This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-kameleon.git
The following commit(s) were added to refs/heads/main by this push: new 1a2ecbe Upgrade to quarkus 2.12.3 1a2ecbe is described below commit 1a2ecbe42d344d2ffb30cebdc267f2b6b9e1e692 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Wed Sep 21 15:01:40 2022 +0200 Upgrade to quarkus 2.12.3 --- src/main/resources/kameleon.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/kameleon.json b/src/main/resources/kameleon.json index a715ad4..182e82c 100644 --- a/src/main/resources/kameleon.json +++ b/src/main/resources/kameleon.json @@ -78,7 +78,7 @@ "suffix": "", "javaVersions": ["11"], "defaultJava": "11", - "runtimeVersion": "2.12.0.Final", + "runtimeVersion": "2.12.3.Final", "archetypeGroupId": "io.quarkus", "archetypeArtifactId": "quarkus-maven-plugin" }