Skip to content

Commit

Permalink
Update vertx to 4.4.6 (#955)
Browse files Browse the repository at this point in the history
  • Loading branch information
jframe authored Dec 12, 2023
1 parent c4189fd commit 0c95d7f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions gradle/owasp-suppression.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,11 @@
<packageUrl regex="true">^pkg:maven/io\.grpc/grpc\-.*$</packageUrl>
<cve>CVE-2023-44487</cve>
</suppress>
<suppress until="2024-01-16">
<notes><![CDATA[
CVE relates to usage hostname verification when using TLS and doesn't apply as we use Tuweni for this
]]></notes>
<packageUrl regex="true">^pkg:maven/io\.vertx/vertx\-core@.*$</packageUrl>
<cve>CVE-2023-4586</cve>
</suppress>
</suppressions>
2 changes: 1 addition & 1 deletion gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencyManagement {

dependency 'info.picocli:picocli:4.6.2'

dependencySet(group: 'io.vertx', version: '4.4.4') {
dependencySet(group: 'io.vertx', version: '4.4.6') {
entry 'vertx-codegen'
entry ('vertx-core') {
exclude group: 'io.netty', name: 'netty-handler'
Expand Down

0 comments on commit 0c95d7f

Please sign in to comment.