Skip to content

Commit

Permalink
Vert.x: CWE-295: Improper Certificate Validation
Browse files Browse the repository at this point in the history
  • Loading branch information
oswaldobapvicjr authored Dec 20, 2022
1 parent 49a9f86 commit 4185bf7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions jsonmerge-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,12 @@
<artifactId>vertx-core</artifactId>
<version>${vertx.version}</version>
<optional>true</optional>
<exclusions>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty-handler</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand Down

0 comments on commit 4185bf7

Please sign in to comment.