Skip to content

Commit

Permalink
[fix][ci] Fix OWASP Dependency Check by updating vertx-grpc (#4547)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiezhx9 authored Jan 21, 2025
1 parent f419b8b commit 0748423
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 0748423

Please sign in to comment.