From 11c0450315547a085fac8599b10b98f4262c6996 Mon Sep 17 00:00:00 2001 From: Clement Escoffier Date: Wed, 7 Feb 2024 08:30:12 +0100 Subject: [PATCH] Update Vert.x to version 4.5.3 The only detected breaking changes are related to the vertx-mutiny-http-proxy module. Full release notes are there: https://github.com/vert-x3/wiki/wiki/4.5.3-Release-Notes. Note that this new version contains a CVE fix. --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index d52955300..7c01d29cf 100644 --- a/pom.xml +++ b/pom.xml @@ -46,7 +46,7 @@ target/site/jacoco/jacoco.xml - 4.5.1 + 4.5.3 2.5.6 2.16.1 1.0.4 @@ -357,7 +357,7 @@ false false - 3.5.0 + 3.8.0 ${project.version}