From 38b77eee9ac6a6ecd58d64d2aa55b0727e7ab5c4 Mon Sep 17 00:00:00 2001 From: yrizhkov Date: Mon, 3 Apr 2023 12:07:22 +0300 Subject: [PATCH] FMWK-170 Upgrade dependencies --- pom.xml | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 9d795d7..bdf27cd 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ aerospike-jdbc A JDBC driver for the Aerospike database https://github.com/aerospike/aerospike-jdbc - 1.7.1 + 1.7.2 false @@ -26,11 +26,15 @@ 3.4.0 1.6.13 - 6.1.6 - 4.1.87.Final + 6.1.8 + 4.1.90.Final 2.14.2 - 1.32.0 + 1.34.0 4.5.14 + + 3.24.2 + 7.5 + 3.37.1 @@ -121,21 +125,21 @@ org.assertj assertj-core - 3.23.1 + ${assertj.version} test org.testng testng - 7.5 + ${testng.version} test org.jdbi jdbi3-core - 3.33.0 + ${jdbi.version} test