File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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/)
55and 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments