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


The following commit(s) were added to refs/heads/main by this push:
     new 31138b06ad1 [NO-ISSUE] Update vertx-web in blank-app and Quarkus 
accelerator. (#3321)
31138b06ad1 is described below

commit 31138b06ad10242acdb10947eb9f71fc220b4adc
Author: Tibor Zimányi <[email protected]>
AuthorDate: Mon Oct 27 14:11:51 2025 +0100

    [NO-ISSUE] Update vertx-web in blank-app and Quarkus accelerator. (#3321)
---
 packages/dev-deployment-quarkus-blank-app/pom.xml                | 6 ++++++
 .../git-repo-content-src/pom.xml.envsubst                        | 9 +++++++++
 2 files changed, 15 insertions(+)

diff --git a/packages/dev-deployment-quarkus-blank-app/pom.xml 
b/packages/dev-deployment-quarkus-blank-app/pom.xml
index 297f71cfa63..ca65244554d 100644
--- a/packages/dev-deployment-quarkus-blank-app/pom.xml
+++ b/packages/dev-deployment-quarkus-blank-app/pom.xml
@@ -66,6 +66,7 @@
            They need to be checked with Quarkus and Spring Boot upgrades and 
eventually removed, if they are not needed anymore. -->
     <version.angus.mail>2.0.5</version.angus.mail>
     <version.nimbus.jose.jwt>9.37.4</version.nimbus.jose.jwt>
+    <version.io.vertx>4.5.22</version.io.vertx>
     <!-- End of various transitive overrides. -->
   </properties>
 
@@ -83,6 +84,11 @@
         <artifactId>nimbus-jose-jwt</artifactId>
         <version>${version.nimbus.jose.jwt}</version>
       </dependency>
+      <dependency>
+        <groupId>io.vertx</groupId>
+        <artifactId>vertx-web</artifactId>
+        <version>${version.io.vertx}</version>
+      </dependency>
       <!-- End of various transitive overrides. -->
 
       <dependency>
diff --git 
a/packages/kie-sandbox-accelerator-quarkus/git-repo-content-src/pom.xml.envsubst
 
b/packages/kie-sandbox-accelerator-quarkus/git-repo-content-src/pom.xml.envsubst
index 8e91f693317..3f60a97a5a3 100644
--- 
a/packages/kie-sandbox-accelerator-quarkus/git-repo-content-src/pom.xml.envsubst
+++ 
b/packages/kie-sandbox-accelerator-quarkus/git-repo-content-src/pom.xml.envsubst
@@ -74,10 +74,19 @@
     <version.quarkus>$ENVSUBST__VERSION_QUARKUS</version.quarkus>
     <version.kogito>$ENVSUBST__VERSION_KOGITO</version.kogito>
     
<version.jbpm-quarkus-devui-bom>$ENVSUBST__VERSION_JBPM_QUARKUS_DEVUI_BOM</version.jbpm-quarkus-devui-bom>
+    <version.io.vertx>4.5.22</version.io.vertx>
   </properties>
 
   <dependencyManagement>
     <dependencies>
+      <!-- These versions are overrides for transitive dependencies, to fix 
security vulnerabilities. -->
+      <dependency>
+        <groupId>io.vertx</groupId>
+        <artifactId>vertx-web</artifactId>
+        <version>${version.io.vertx}</version>
+      </dependency>
+      <!-- End of version overrides. -->
+
       <dependency>
         <groupId>io.quarkus.platform</groupId>
         <artifactId>quarkus-bom</artifactId>


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

Reply via email to