This is an automated email from the ASF dual-hosted git repository.
yesamer pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-runtimes.git
The following commit(s) were added to refs/heads/main by this push:
new 18caf9682c Upgrade Quarkus from 3.27.4 to 3.27.4.1 (#4328)
18caf9682c is described below
commit 18caf9682ca2369952b627ec57abe4d517588821
Author: athirakm94 <[email protected]>
AuthorDate: Fri Jul 3 15:52:44 2026 +0530
Upgrade Quarkus from 3.27.4 to 3.27.4.1 (#4328)
---
quarkus/bom/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/quarkus/bom/pom.xml b/quarkus/bom/pom.xml
index 106230d0da..a1dbc67014 100644
--- a/quarkus/bom/pom.xml
+++ b/quarkus/bom/pom.xml
@@ -31,14 +31,14 @@
<!-- Used to define which poms are allowed to have dependencyManagement
sections. This is to enforce the convention that only the root pom should have
dependencyManagement, and all other poms should inherit from it. -->
<allowedPomsList>org.kie.kogito:kogito-quarkus-bom</allowedPomsList>
<quarkus.logging.manager>org.jboss.logmanager.LogManager</quarkus.logging.manager>
- <version.io.quarkus>3.27.4</version.io.quarkus>
+ <version.io.quarkus>3.27.4.1</version.io.quarkus>
<version.io.quarkus.quarkus-test>${version.io.quarkus}</version.io.quarkus.quarkus-test>
<version.io.quarkiverse.jackson-jq>2.4.0</version.io.quarkiverse.jackson-jq>
<version.io.quarkiverse.openapi.generator>2.16.0-lts</version.io.quarkiverse.openapi.generator>
<version.io.quarkiverse.asyncapi>1.0.5</version.io.quarkiverse.asyncapi>
<version.io.quarkiverse.reactivemessaging.http>2.5.0-lts</version.io.quarkiverse.reactivemessaging.http>
<version.io.quarkiverse.embedded.postgresql>0.8.0</version.io.quarkiverse.embedded.postgresql>
- <version.io.quarkus.camel>3.27.4</version.io.quarkus.camel>
+ <version.io.quarkus.camel>3.27.4.1</version.io.quarkus.camel>
</properties>
<dependencyManagement>
<dependencies>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]