This is an automated email from the ASF dual-hosted git repository.
thiagoelg pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-tools.git
The following commit(s) were added to refs/heads/main by this push:
new 34af0a789a0 NO-ISSUE: Upgrading Quarkus from 3.27.4 to 3.27.4.1 (#3641)
34af0a789a0 is described below
commit 34af0a789a09883d5e7aa86ac5e9327c83de0bf1
Author: athirakm94 <[email protected]>
AuthorDate: Tue Jul 7 17:49:04 2026 +0530
NO-ISSUE: Upgrading Quarkus from 3.27.4 to 3.27.4.1 (#3641)
---
packages/quarkus-bom/pom.xml | 2 +-
packages/root-env/env/index.js | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/packages/quarkus-bom/pom.xml b/packages/quarkus-bom/pom.xml
index 7f93a2196fe..55a5f3891c6 100644
--- a/packages/quarkus-bom/pom.xml
+++ b/packages/quarkus-bom/pom.xml
@@ -37,7 +37,7 @@
<description>Bill of Materials for KIE Tools Quarkus-based
projects</description>
<properties>
- <version.quarkus>3.27.4</version.quarkus>
+ <version.quarkus>3.27.4.1</version.quarkus>
</properties>
<dependencyManagement>
diff --git a/packages/root-env/env/index.js b/packages/root-env/env/index.js
index d998c288e1a..e094972151c 100644
--- a/packages/root-env/env/index.js
+++ b/packages/root-env/env/index.js
@@ -69,7 +69,7 @@ module.exports = composeEnv([], {
},
/* (end) */
QUARKUS_PLATFORM_version: {
- default: "3.27.4",
+ default: "3.27.4.1",
description: "Quarkus version to be used on dependency declaration.",
},
/* (begin) This part of the file is referenced in
`scripts/update-kogito-version` */
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]