File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 103103 <groupId >org.mockito</groupId >
104104 <artifactId >mockito-core</artifactId >
105105 <scope >test</scope >
106+ </dependency >
107+ <dependency >
108+ <groupId >org.mockito</groupId >
109+ <artifactId >mockito-junit-jupiter</artifactId >
110+ <scope >test</scope >
106111 </dependency >
107112 <dependency >
108113 <groupId >org.junit.jupiter</groupId >
128133 <dependency >
129134 <groupId >org.slf4j</groupId >
130135 <artifactId >slf4j-api</artifactId >
131- <version >1.7.12 </version >
136+ <version >1.7.25 </version >
132137 </dependency >
133138 <dependency >
134139 <groupId >org.slf4j</groupId >
135140 <artifactId >slf4j-log4j12</artifactId >
136- <version >1.7.12 </version >
141+ <version >1.7.25 </version >
137142 </dependency >
138143 <dependency >
139144 <groupId >org.slf4j</groupId >
140145 <artifactId >slf4j-simple</artifactId >
141- <version >1.7.12 </version >
146+ <version >1.7.25 </version >
142147 </dependency >
143148 <dependency >
144149 <groupId >log4j</groupId >
155160 <dependency >
156161 <groupId >org.mockito</groupId >
157162 <artifactId >mockito-core</artifactId >
158- <version >2.13.0</version >
163+ <version >2.19.0</version >
164+ </dependency >
165+ <dependency >
166+ <groupId >org.mockito</groupId >
167+ <artifactId >mockito-junit-jupiter</artifactId >
168+ <version >2.19.0</version >
159169 </dependency >
160170 <!-- Import all JUnit 5 dependencies -->
161171 <dependency >
You can’t perform that action at this time.
0 commit comments