File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html )
6
6
([ despite its flaws] ( https://www.youtube.com/watch?v=oyLBGkS5ICk ) ).
7
7
8
+ ## next
9
+
10
+ ### Changed
11
+ - TLOG-28 - Moved slf4j test deps to 2.0.6
12
+
8
13
## [ 1.2.4] - 2022-01-04
9
14
10
15
### Changed
Original file line number Diff line number Diff line change 27
27
<dependency >
28
28
<groupId >org.slf4j</groupId >
29
29
<artifactId >slf4j-api</artifactId >
30
- <version >1.7.32 </version >
30
+ <version >2.0.6 </version >
31
31
<scope >test</scope >
32
32
</dependency >
33
33
<dependency >
34
34
<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 >
37
37
<scope >test</scope >
38
38
</dependency >
39
39
<dependency >
You can’t perform that action at this time.
0 commit comments