[KYUUBI #6737] Bump vertx-grpc and vertx-core from 4.5.1 to 4.5.3
# 🔍 Description ## Describe Your Solution 🔧 Bump vertx-core from 4.5.1 to 4.5.3 to fix CVE-2024-1300 and CVE-2024-1023 ## Types of changes 🔖 - [ ] Bugfix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) ## Test Plan 🧪 Build and ran locally --- # Checklist 📝 - [ ] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html) **Be nice. Be informative.** Closes #6737 from Madhukar525722/vertx. Closes #6737 7c758e082 [madlnu] Bump vertx-grpc from 4.5.1 to 4.5.3 Authored-by: madlnu <madlnu@visa.com> Signed-off-by: Bowen Liang <liangbowen@gf.com.cn>
This commit is contained in:
parent
c6212d0657
commit
04468a60c9
@ -182,7 +182,7 @@ swagger-jaxrs2/2.2.1//swagger-jaxrs2-2.2.1.jar
|
||||
swagger-models/2.2.1//swagger-models-2.2.1.jar
|
||||
trino-client/411//trino-client-411.jar
|
||||
units/1.7//units-1.7.jar
|
||||
vertx-core/4.5.1//vertx-core-4.5.1.jar
|
||||
vertx-grpc/4.5.1//vertx-grpc-4.5.1.jar
|
||||
vertx-core/4.5.3//vertx-core-4.5.3.jar
|
||||
vertx-grpc/4.5.3//vertx-grpc-4.5.3.jar
|
||||
zjsonpatch/0.3.0//zjsonpatch-0.3.0.jar
|
||||
zstd-jni/1.5.5-1//zstd-jni-1.5.5-1.jar
|
||||
|
||||
7
pom.xml
7
pom.xml
@ -214,6 +214,7 @@
|
||||
<trino.client.version>411</trino.client.version>
|
||||
<trino.tpcds.version>1.4</trino.tpcds.version>
|
||||
<trino.tpch.version>1.1</trino.tpch.version>
|
||||
<vertx.version>4.5.3</vertx.version>
|
||||
|
||||
<!-- webui -->
|
||||
<webui.skip>true</webui.skip>
|
||||
@ -909,6 +910,12 @@
|
||||
</exclusions>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>io.vertx</groupId>
|
||||
<artifactId>vertx-grpc</artifactId>
|
||||
<version>${vertx.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>io.etcd</groupId>
|
||||
<artifactId>jetcd-core</artifactId>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user