From 7a134f7c97ae1e52e3c420ea87ca1f6bb158b23f Mon Sep 17 00:00:00 2001 From: Paolo Patierno Date: Sat, 25 May 2024 14:29:21 +0200 Subject: [PATCH 1/2] Updated Vert.x and Netty dependencies Signed-off-by: Paolo Patierno --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index e55c060f..5f33c54b 100644 --- a/pom.xml +++ b/pom.xml @@ -100,9 +100,9 @@ 11 11 2.17.2 - 4.5.7 - 4.5.7 - 4.1.108.Final + 4.5.8 + 4.5.8 + 4.1.110.Final 3.7.0 1.1.2 1.1.0 From e90b8cfc2f13ff98a9197aab19232c9cdde2021f Mon Sep 17 00:00:00 2001 From: Paolo Patierno Date: Sat, 25 May 2024 14:30:25 +0200 Subject: [PATCH 2/2] Updated CHANGELOG Signed-off-by: Paolo Patierno --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 634a7fdc..77c5a04b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## 0.29.0 -* Dependency updates (Vert.x 4.5.7, Netty 4.1.108.Final) +* Dependency updates (Vert.x 4.5.8, Netty 4.1.110.Final) * Added support for records key and value to be JSON array when using the `json` embedded format. * Update the base image used by Strimzi containers from UBI8 to UBI9 * The OpenAPI v2 (Swagger) specification support is now deprecated.