File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 216216 <dependency >
217217 <groupId >org.mockito</groupId >
218218 <artifactId >mockito-core</artifactId >
219- <version >4.4.0 </version >
219+ <version >4.5.1 </version >
220220 <scope >test</scope >
221221 </dependency >
222222 <dependency >
223223 <groupId >org.mockito</groupId >
224224 <artifactId >mockito-junit-jupiter</artifactId >
225- <version >4.4.0 </version >
225+ <version >4.5.1 </version >
226226 <scope >test</scope >
227227 </dependency >
228228 <dependency >
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ SqlSessionFactory sqlSessionFactory =
125125 Notice in this case the configuration is adding a mapper class.
126126 Mapper classes are Java classes that
127127 contain SQL Mapping Annotations
128- that avoid the need for XML. However, due
128+ that avoid the need for XML mapping . However, due
129129 to some limitations of
130130 Java Annotations and the complexity of some MyBatis mappings, XML
131131 mapping is still required for the
You can’t perform that action at this time.
0 commit comments