From eac1bb7330b8f6bca3511082a2c3b06e84ff62fd Mon Sep 17 00:00:00 2001 From: Eder Ignatowicz Date: Fri, 21 Oct 2022 09:02:20 -0400 Subject: [PATCH] Align knative CLI dependencies with Kogito 1.29.0 (#1292) * Align knative CLI dependencies with Kogito 1.29.0 * Kogito 1.29.0 was only pick up on 2.13.3 --- packages/kn-plugin-workflow/env/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/kn-plugin-workflow/env/index.js b/packages/kn-plugin-workflow/env/index.js index 1a3a3b99d56..b6df8feb3ee 100644 --- a/packages/kn-plugin-workflow/env/index.js +++ b/packages/kn-plugin-workflow/env/index.js @@ -31,7 +31,7 @@ module.exports = composeEnv([require("@kie-tools/root-env/env")], { }, KN_PLUGIN_WORKFLOW__quarkusVersion: { name: "KN_PLUGIN_WORKFLOW__quarkusVersion", - default: "2.10.0.Final", + default: "2.13.3.Final", description: "Quarkus version to be used when creating the Kogito Serverless Workflow project", }, }),