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