From 36138316d6f779b75d3d1d750847825029f2e0f5 Mon Sep 17 00:00:00 2001 From: Daniel Flassak Date: Fri, 10 Jan 2025 15:24:35 +0100 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f4257b0..bf20b48 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ logCapture.assertLoggedInOrder( * [Cucumber example](#cucumber-example) * [Cucumber feature file](#cucumber-feature-file) * [Changes](#changes) + * [4.0.1](#401) * [4.0.0](#400) * [3.6.2](#362) * [3.6.1](#361) @@ -77,7 +78,7 @@ Add log-capture as a test dependency to your project. If you use Maven, add this de.dm.infrastructure log-capture - 4.0.0 + 4.0.1 test ``` @@ -325,6 +326,10 @@ And with MDC logging context ## Changes +### 4.0.1 + +* dependencies updated due to logback vulnerability + ### 4.0.0 * **breaking change:** log-capture now requires Java 17