This is an automated email from the ASF dual-hosted git repository.
shoothzj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
The following commit(s) were added to refs/heads/master by this push:
new 0748423e32 [fix][ci] Fix OWASP Dependency Check by updating vertx-grpc
(#4547)
0748423e32 is described below
commit 0748423e3228f7cf61d2e1f2ab11e354ed84c0df
Author: xiezhx9 <[email protected]>
AuthorDate: Tue Jan 21 03:20:56 2025 -0500
[fix][ci] Fix OWASP Dependency Check by updating vertx-grpc (#4547)
---
pom.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/pom.xml b/pom.xml
index 0a017555a8..ee68a53127 100644
--- a/pom.xml
+++ b/pom.xml
@@ -562,6 +562,11 @@
</exclusion>
</exclusions>
</dependency>
+ <dependency>
+ <groupId>io.vertx</groupId>
+ <artifactId>vertx-grpc</artifactId>
+ <version>${vertx.version}</version>
+ </dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-web</artifactId>