Skip to content

Commit

Permalink
[1.4.1] - 2023-09-23
Browse files Browse the repository at this point in the history
  • Loading branch information
fugerit79 committed Sep 23, 2023
1 parent 41364c3 commit d03a541
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.4.1] - 2023-09-23

### Added

- slf4j-simple test dependency

## [1.4.0] - 2023-09-15

### Added
Expand Down
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,13 @@
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>${slf4j-version}</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.fugerit.java</groupId>
<artifactId>fj-test-helper8</artifactId>
Expand Down

0 comments on commit d03a541

Please sign in to comment.