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


The following commit(s) were added to refs/heads/main by this push:
     new 1d62f20f7e Add vertx-core to dependency management to address security 
vulnerability (#4290)
1d62f20f7e is described below

commit 1d62f20f7e572737389f24d542bedc196bb6ad78
Author: athirakm94 <[email protected]>
AuthorDate: Sat May 16 04:07:09 2026 +0530

    Add vertx-core to dependency management to address security vulnerability 
(#4290)
---
 kogito-build/kogito-dependencies-bom/pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/kogito-build/kogito-dependencies-bom/pom.xml 
b/kogito-build/kogito-dependencies-bom/pom.xml
index 5ba2ffd627..974a6429b6 100644
--- a/kogito-build/kogito-dependencies-bom/pom.xml
+++ b/kogito-build/kogito-dependencies-bom/pom.xml
@@ -1176,6 +1176,13 @@
       </dependency>
 
       <!-- Vertx libraries, including PostgreSQL client -->
+
+      <dependency>
+        <groupId>io.vertx</groupId>
+        <artifactId>vertx-core</artifactId>
+        <version>${version.io.vertx}</version>
+      </dependency>
+
       <dependency>
         <groupId>io.vertx</groupId>
         <artifactId>vertx-pg-client</artifactId>


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

Reply via email to