File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed
Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change 3939 <version >0.14.2-SNAPSHOT</version >
4040 </dependency >
4141 <dependency >
42- <groupId >log4j</groupId >
43- <artifactId >log4j</artifactId >
44- <version >1.2.17</version >
42+ <groupId >org.apache.logging.log4j</groupId >
43+ <artifactId >log4j-core</artifactId >
44+ <version >2.17.1</version >
45+ <scope >provided</scope >
46+ </dependency >
47+ <dependency >
48+ <groupId >org.apache.logging.log4j</groupId >
49+ <artifactId >log4j-1.2-api</artifactId >
50+ <version >2.17.1</version >
51+ <scope >provided</scope >
4552 </dependency >
46-
4753
4854 <dependency >
4955 <groupId >junit</groupId >
5561 <dependency >
5662 <groupId >org.mockito</groupId >
5763 <artifactId >mockito-core</artifactId >
58- <version >2.28.2 </version >
64+ <version >4.3.1 </version >
5965 <scope >test</scope >
6066 </dependency >
6167 </dependencies >
You can’t perform that action at this time.
0 commit comments