From 717299c6569ca101be2ba33ee022241107f35456 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 3 Jun 2026 10:36:21 +0200 Subject: [PATCH] OKAPI-1246 vert.x 5.1.1, junit 6.1.0 Includes netty-4.2.15.Final with several security fixes. --- pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 3cbd1de44..c58e7fee7 100644 --- a/pom.xml +++ b/pom.xml @@ -40,7 +40,7 @@ io.vertx vertx-stack-depchain - 5.0.12 + 5.1.1 pom import @@ -49,14 +49,14 @@ io.micrometer micrometer-bom - 1.16.3 + 1.16.5 pom import com.hazelcast hazelcast - 5.3.8 + 5.6.0 @@ -106,14 +106,14 @@ org.junit junit-bom - 6.0.3 + 6.1.0 pom import org.testcontainers testcontainers-bom - 2.0.4 + 2.0.5 pom import