From 045da9122d7542a991315d054616bf097389187d Mon Sep 17 00:00:00 2001 From: "Greg L. Turnquist" Date: Thu, 22 Sep 2022 10:31:50 -0500 Subject: [PATCH] Upgrade to SLF4J 2.0.0. Resolves #1261. --- pom.xml | 2 +- spring-ws-support/pom.xml | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 13e7b4a4..ea0bdeac 100644 --- a/pom.xml +++ b/pom.xml @@ -109,7 +109,7 @@ 1.4.7 4.0.0 2.0.1 - 1.7.32 + 2.0.0 4.2.1 6.0.0-M6 6.0.0-M6 diff --git a/spring-ws-support/pom.xml b/spring-ws-support/pom.xml index 90721116..e1911b1d 100644 --- a/spring-ws-support/pom.xml +++ b/spring-ws-support/pom.xml @@ -117,11 +117,24 @@ test + + org.slf4j + slf4j-api + ${slf4j.version} + test + + com.icegreen greenmail ${greenmail.version} test + + + org.slf4j + slf4j-api + + com.icegreen