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", }, }),