From 6d425203bfafbbed731d4491a36819fae806e920 Mon Sep 17 00:00:00 2001 From: Lukas Prettenthaler Date: Wed, 7 Jun 2023 13:52:17 -0600 Subject: [PATCH] upgrade to vertx 4.4.3 --- pom.xml | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 0fe3b50..38e3106 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ net.zyclonite.nassh nassh-relay - 1.1.28 + 1.1.29 zyclonite networx @@ -19,8 +19,7 @@ - 4.3.8 - 2.20.0 + 4.4.3 ${project.groupId}.MainVerticle UTF-8 UTF-8 @@ -51,10 +50,19 @@ io.vertx vertx-auth-oauth2 + + org.apache.logging.log4j + log4j-api + org.apache.logging.log4j log4j-core - ${log4j.version} + compile + + + org.apache.logging.log4j + log4j-slf4j-impl + compile io.vertx