Skip to content

Commit 0748423

Browse files
author
xiezhx9
authored
[fix][ci] Fix OWASP Dependency Check by updating vertx-grpc (#4547)
1 parent f419b8b commit 0748423

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -562,6 +562,11 @@
562562
</exclusion>
563563
</exclusions>
564564
</dependency>
565+
<dependency>
566+
<groupId>io.vertx</groupId>
567+
<artifactId>vertx-grpc</artifactId>
568+
<version>${vertx.version}</version>
569+
</dependency>
565570
<dependency>
566571
<groupId>io.vertx</groupId>
567572
<artifactId>vertx-web</artifactId>

0 commit comments

Comments
 (0)