File tree Expand file tree Collapse file tree 2 files changed +4
-11
lines changed Expand file tree Collapse file tree 2 files changed +4
-11
lines changed Original file line number Diff line number Diff line change 36
36
<version >1.7.32</version >
37
37
<scope >test</scope >
38
38
</dependency >
39
- <dependency >
40
- <groupId >log4j</groupId >
41
- <artifactId >log4j</artifactId >
42
- <version >1.2.17</version >
43
- <scope >test</scope >
44
- </dependency >
45
39
<dependency >
46
40
<groupId >org.apache.logging.log4j</groupId >
47
41
<artifactId >log4j-api</artifactId >
48
- <version >2.14.1 </version >
42
+ <version >2.15.0 </version >
49
43
<scope >test</scope >
50
44
</dependency >
51
45
<dependency >
52
46
<groupId >org.apache.logging.log4j</groupId >
53
47
<artifactId >log4j-core</artifactId >
54
- <version >2.14.1 </version >
48
+ <version >2.15.0 </version >
55
49
<scope >test</scope >
56
50
</dependency >
57
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
- [log4j " 1.2.17" ]
16
- [org.apache.logging.log4j/log4j-api " 2.14.1" ]
17
- [org.apache.logging.log4j/log4j-core " 2.14.1" ]
15
+ [org.apache.logging.log4j/log4j-api " 2.15.0" ]
16
+ [org.apache.logging.log4j/log4j-core " 2.15.0" ]
18
17
[commons-logging " 1.2" ]
19
18
[criterium " 0.4.6" ]]}})
You can’t perform that action at this time.
0 commit comments