File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.6.2 </version >
30+ <version >1.7.32 </version >
3131 <scope >test</scope >
3232 </dependency >
3333 <dependency >
3434 <groupId >org.slf4j</groupId >
3535 <artifactId >slf4j-log4j12</artifactId >
36- <version >1.6.2 </version >
36+ <version >1.7.32 </version >
3737 <scope >test</scope >
3838 </dependency >
3939 <dependency >
4040 <groupId >log4j</groupId >
4141 <artifactId >log4j</artifactId >
42- <version >1.2.16 </version >
42+ <version >1.2.17 </version >
4343 <scope >test</scope >
4444 </dependency >
4545 <dependency >
4646 <groupId >org.apache.logging.log4j</groupId >
4747 <artifactId >log4j-api</artifactId >
48- <version >2.8.2 </version >
48+ <version >2.14.1 </version >
4949 <scope >test</scope >
5050 </dependency >
5151 <dependency >
5252 <groupId >org.apache.logging.log4j</groupId >
5353 <artifactId >log4j-core</artifactId >
54- <version >2.8.2 </version >
54+ <version >2.14.1 </version >
5555 <scope >test</scope >
5656 </dependency >
5757 <dependency >
5858 <groupId >commons-logging</groupId >
5959 <artifactId >commons-logging</artifactId >
60- <version >1.1.1 </version >
60+ <version >1.2 </version >
6161 <scope >test</scope >
6262 </dependency >
6363 </dependencies >
Original file line number Diff line number Diff line change 99 :aliases {" cloverage" [" with-profile" " dev,cloverage" " cloverage" " --fail-threshold" " 100" ]}
1010 :profiles {:cloverage {:plugins [[lein-cloverage " 1.0.9" ]]}
1111 :dev {:dependencies [[org.clojure/clojure " 1.8.0" ]
12- [org.clojure/test.check " 0.9.0 " ]
13- [org.slf4j/slf4j-api " 1.6.2 " ]
14- [org.slf4j/slf4j-log4j12 " 1.6.2 " ]
15- [log4j " 1.2.16 " ]
16- [org.apache.logging.log4j/log4j-api " 2.8.2 " ]
17- [org.apache.logging.log4j/log4j-core " 2.8.2 " ]
18- [commons-logging " 1.1.1 " ]
19- [criterium " 0.4.5 " ]]}})
12+ [org.clojure/test.check " 1.1.1 " ]
13+ [org.slf4j/slf4j-api " 1.7.32 " ]
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 " ]
18+ [commons-logging " 1.2 " ]
19+ [criterium " 0.4.6 " ]]}})
You can’t perform that action at this time.
0 commit comments