This is an automated email from the ASF dual-hosted git repository.

tzimanyi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-drools.git


The following commit(s) were added to refs/heads/main by this push:
     new 1114f2f5fd Update vertx-web to 4.5.22. (#6500)
1114f2f5fd is described below

commit 1114f2f5fd038aa3f74551255b7c1e947e60fa35
Author: Tibor Zimányi <[email protected]>
AuthorDate: Mon Oct 27 08:16:56 2025 +0100

    Update vertx-web to 4.5.22. (#6500)
---
 build-parent/pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/build-parent/pom.xml b/build-parent/pom.xml
index 8801d7fa15..52f268bf72 100644
--- a/build-parent/pom.xml
+++ b/build-parent/pom.xml
@@ -221,10 +221,20 @@
     <!-- plugin used to enforce architectural constraints -->
     <version.archunit.maven.plugin>4.0.2</version.archunit.maven.plugin>
     <version.archunit.junit5>1.4.0</version.archunit.junit5>
+
+    <version.io.vertx>4.5.22</version.io.vertx>
   </properties>
 
   <dependencyManagement>
     <dependencies>
+      <!-- Version overrides to fix vulnerabilities. -->
+      <dependency>
+        <groupId>io.vertx</groupId>
+        <artifactId>vertx-web</artifactId>
+        <version>${version.io.vertx}</version>
+      </dependency>
+      <!-- Version overrides to fix vulnerabilities - end -->
+
       <!-- Keep in sync with groupId org.slf4j -->
       <dependency>
         <groupId>ch.qos.logback</groupId>


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

Reply via email to