Skip to content

Commit 3162019

Browse files
committed
TLOG-28 Move slf4j test deps to 2.0.6
1 parent 9e0293b commit 3162019

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html)
66
([despite its flaws](https://www.youtube.com/watch?v=oyLBGkS5ICk)).
77

8+
## next
9+
10+
### Changed
11+
- TLOG-28 - Moved slf4j test deps to 2.0.6
12+
813
## [1.2.4] - 2022-01-04
914

1015
### Changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@
2727
<dependency>
2828
<groupId>org.slf4j</groupId>
2929
<artifactId>slf4j-api</artifactId>
30-
<version>1.7.32</version>
30+
<version>2.0.6</version>
3131
<scope>test</scope>
3232
</dependency>
3333
<dependency>
3434
<groupId>org.slf4j</groupId>
35-
<artifactId>slf4j-log4j12</artifactId>
36-
<version>1.7.32</version>
35+
<artifactId>slf4j-reload4j</artifactId>
36+
<version>2.0.6</version>
3737
<scope>test</scope>
3838
</dependency>
3939
<dependency>

0 commit comments

Comments
 (0)