File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
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
+ - Bumped log4j test deps to 2.17.1
12
+
8
13
## [ 1.2.3] - 2021-12-18
9
14
10
15
### Changed
Original file line number Diff line number Diff line change 39
39
<dependency >
40
40
<groupId >org.apache.logging.log4j</groupId >
41
41
<artifactId >log4j-api</artifactId >
42
- <version >2.17.0 </version >
42
+ <version >2.17.1 </version >
43
43
<scope >test</scope >
44
44
</dependency >
45
45
<dependency >
46
46
<groupId >org.apache.logging.log4j</groupId >
47
47
<artifactId >log4j-core</artifactId >
48
- <version >2.17.0 </version >
48
+ <version >2.17.1 </version >
49
49
<scope >test</scope >
50
50
</dependency >
51
51
<dependency >
Original file line number Diff line number Diff line change 12
12
[org.clojure/test.check " 1.1.1" ]
13
13
[org.slf4j/slf4j-api " 1.7.32" ]
14
14
[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 " ]
17
17
[commons-logging " 1.2" ]
18
18
[criterium " 0.4.6" ]]}})
You can’t perform that action at this time.
0 commit comments