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.git


The following commit(s) were added to refs/heads/main by this push:
     new 578d0c51c65 Upgrade Quarkus to 3.27.5.1, Netty to 4.2.16.Final, Vert.x 
to 4.5.31, mutiny-vertx-web-client to 3.21.6 (#6882)
578d0c51c65 is described below

commit 578d0c51c655c94c4cf03419d16b0996bf96eb8b
Author: ANN JOY <[email protected]>
AuthorDate: Fri Aug 7 12:47:40 2026 +0530

    Upgrade Quarkus to 3.27.5.1, Netty to 4.2.16.Final, Vert.x to 4.5.31, 
mutiny-vertx-web-client to 3.21.6 (#6882)
---
 kie-parent/pom.xml                                 | 4 ++--
 kie-quarkus-build-parent/pom.xml                   | 4 ++--
 kogito-quarkus/bom/pom.xml                         | 4 ++--
 kogito-springboot/bom/pom.xml                      | 2 +-
 optaplanner-build/optaplanner-build-parent/pom.xml | 2 +-
 5 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/kie-parent/pom.xml b/kie-parent/pom.xml
index 0c063540941..6fc5792f80b 100644
--- a/kie-parent/pom.xml
+++ b/kie-parent/pom.xml
@@ -156,12 +156,12 @@
     <version.io.smallrye.mutiny>2.9.5</version.io.smallrye.mutiny>
     <version.io.smallrye.openapi.core>4.0.12</version.io.smallrye.openapi.core>
     
<version.io.smallrye.reactive.messaging.in.memory>4.28.0</version.io.smallrye.reactive.messaging.in.memory>
-    
<version.io.smallrye.reactive.mutiny-vertx-web-client>3.21.3</version.io.smallrye.reactive.mutiny-vertx-web-client>
+    
<version.io.smallrye.reactive.mutiny-vertx-web-client>3.21.6</version.io.smallrye.reactive.mutiny-vertx-web-client>
     <!-- Mutiny Zero Flow Adapters -->
     
<version.io.smallrye.reactive.mutiny-zero>1.1.1</version.io.smallrye.reactive.mutiny-zero>
     <version.io.swagger.core.v3>2.2.38</version.io.swagger.core.v3>
     <version.io.swagger.parser.v3>2.1.34</version.io.swagger.parser.v3>
-    <version.io.vertx>4.5.27</version.io.vertx>
+    <version.io.vertx>4.5.31</version.io.vertx>
     <version.it.unimi.dsi.fastutil>8.5.11</version.it.unimi.dsi.fastutil>
     <version.jacoco.plugin>0.8.11</version.jacoco.plugin>
     <version.jakarta.activation>2.0.3</version.jakarta.activation>
diff --git a/kie-quarkus-build-parent/pom.xml b/kie-quarkus-build-parent/pom.xml
index 1927ccbb88d..aed25bcb06a 100644
--- a/kie-quarkus-build-parent/pom.xml
+++ b/kie-quarkus-build-parent/pom.xml
@@ -39,8 +39,8 @@
   </description>
 
   <properties>
-    <version.io.quarkus>3.27.4.1</version.io.quarkus>
-    <version.io.quarkus.camel>3.27.4.1</version.io.quarkus.camel>
+    <version.io.quarkus>3.27.5.1</version.io.quarkus>
+    <version.io.quarkus.camel>3.27.5.1</version.io.quarkus.camel>
     <!-- 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:kie-quarkus-build-parent</allowedPomsList>
     <!-- To be overridden by poms with dependency management -->
diff --git a/kogito-quarkus/bom/pom.xml b/kogito-quarkus/bom/pom.xml
index f87cbd80eff..4a509103963 100644
--- a/kogito-quarkus/bom/pom.xml
+++ b/kogito-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.1</version.io.quarkus>
+    <version.io.quarkus>3.27.5.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.1</version.io.quarkus.camel>
+    <version.io.quarkus.camel>3.27.5.1</version.io.quarkus.camel>
   </properties>
   <dependencyManagement>
     <dependencies>
diff --git a/kogito-springboot/bom/pom.xml b/kogito-springboot/bom/pom.xml
index 7fa2315e1d8..3e131f7735d 100644
--- a/kogito-springboot/bom/pom.xml
+++ b/kogito-springboot/bom/pom.xml
@@ -36,7 +36,7 @@
     <allowedPomsList>org.kie.kogito:kogito-spring-boot-bom</allowedPomsList>
     <!-- Aligned with Spring Boot Cloud (spring-cloud-kubernetes-fabric8 5.0.1 
declares fabric8 7.4.0) -->
     <version.io.fabric8>7.4.0</version.io.fabric8>
-    <version.io.netty>4.2.15.Final</version.io.netty>
+    <version.io.netty>4.2.16.Final</version.io.netty>
     <version.jakarta.servlet>6.0.0</version.jakarta.servlet>
     <!-- This is needed to override the default version inherited from 
kie-parent-drools -->
     <version.mongodb-driver-sync>5.6.4</version.mongodb-driver-sync>
diff --git a/optaplanner-build/optaplanner-build-parent/pom.xml 
b/optaplanner-build/optaplanner-build-parent/pom.xml
index 58c329cd6dc..2d7ecfd1f9b 100644
--- a/optaplanner-build/optaplanner-build-parent/pom.xml
+++ b/optaplanner-build/optaplanner-build-parent/pom.xml
@@ -49,7 +49,7 @@
     <version.org.apache.logging.log4j>2.26.1</version.org.apache.logging.log4j>
     <version.com.thoughtworks.xstream>1.4.21</version.com.thoughtworks.xstream>
     
<version.io.quarkiverse.operatorsdk>6.6.7</version.io.quarkiverse.operatorsdk>
-    <version.io.quarkus>3.27.4.1</version.io.quarkus>
+    <version.io.quarkus>3.27.5.1</version.io.quarkus>
     <version.org.apache.commons.math3>3.6.1</version.org.apache.commons.math3>
     <version.org.apache.commons.text>1.14.0</version.org.apache.commons.text>
     <version.org.apache.openjpa>4.0.0</version.org.apache.openjpa>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to