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+ - Bumped log4j test deps to 2.17.1
12+
813## [ 1.2.3] - 2021-12-18
914
1015### Changed
Original file line number Diff line number Diff line change 3939 <dependency >
4040 <groupId >org.apache.logging.log4j</groupId >
4141 <artifactId >log4j-api</artifactId >
42- <version >2.17.0 </version >
42+ <version >2.17.1 </version >
4343 <scope >test</scope >
4444 </dependency >
4545 <dependency >
4646 <groupId >org.apache.logging.log4j</groupId >
4747 <artifactId >log4j-core</artifactId >
48- <version >2.17.0 </version >
48+ <version >2.17.1 </version >
4949 <scope >test</scope >
5050 </dependency >
5151 <dependency >
Original file line number Diff line number Diff line change 1212 [org.clojure/test.check " 1.1.1" ]
1313 [org.slf4j/slf4j-api " 1.7.32" ]
1414 [org.slf4j/slf4j-log4j12 " 1.7.32" ]
15- [org.apache.logging.log4j/log4j-api " 2.17.0 " ]
16- [org.apache.logging.log4j/log4j-core " 2.17.0 " ]
15+ [org.apache.logging.log4j/log4j-api " 2.17.1 " ]
16+ [org.apache.logging.log4j/log4j-core " 2.17.1 " ]
1717 [commons-logging " 1.2" ]
1818 [criterium " 0.4.6" ]]}})
You can’t perform that action at this time.
0 commit comments