Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
waschmittel authored Jan 10, 2025
1 parent ea1f21e commit 3613831
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -77,7 +78,7 @@ Add log-capture as a test dependency to your project. If you use Maven, add this
<dependency>
<groupId>de.dm.infrastructure</groupId>
<artifactId>log-capture</artifactId>
<version>4.0.0</version>
<version>4.0.1</version>
<scope>test</scope>
</dependency>
```
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3613831

Please sign in to comment.