From 711652fc19d00bc6372db839b7fc2ce273cbcc4b Mon Sep 17 00:00:00 2001 From: Bernd Date: Wed, 25 Oct 2023 16:05:25 +0200 Subject: [PATCH] Bump slf4j from 1.7.36 to 2.0.9 in /tests (#12) This introduces a version property for testcontainers and slf4j. Closes #8, #9 Co-authored-by: Bernd Eckenfels --- tests/pom.xml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/tests/pom.xml b/tests/pom.xml index 721204b..228c985 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -10,6 +10,8 @@ UTF-8 UTF-8 17 + 2.0.9 + 1.19.1 @@ -24,14 +26,14 @@ slf4j-api org.slf4j - 1.7.36 + ${version.slf4j} test slf4j-simple org.slf4j - 1.7.36 + ${version.slf4j} test @@ -39,24 +41,24 @@ org.testcontainers testcontainers - 1.19.1 + ${version.testcontainers} org.testcontainers oracle-xe - 1.19.1 + ${version.testcontainers} test org.testcontainers postgresql - 1.19.1 + ${version.testcontainers} test org.testcontainers mssqlserver - 1.19.1 + ${version.testcontainers} test