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 216
216
<dependency >
217
217
<groupId >org.mockito</groupId >
218
218
<artifactId >mockito-core</artifactId >
219
- <version >4.4.0 </version >
219
+ <version >4.5.1 </version >
220
220
<scope >test</scope >
221
221
</dependency >
222
222
<dependency >
223
223
<groupId >org.mockito</groupId >
224
224
<artifactId >mockito-junit-jupiter</artifactId >
225
- <version >4.4.0 </version >
225
+ <version >4.5.1 </version >
226
226
<scope >test</scope >
227
227
</dependency >
228
228
<dependency >
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ SqlSessionFactory sqlSessionFactory =
125
125
Notice in this case the configuration is adding a mapper class.
126
126
Mapper classes are Java classes that
127
127
contain SQL Mapping Annotations
128
- that avoid the need for XML. However, due
128
+ that avoid the need for XML mapping . However, due
129
129
to some limitations of
130
130
Java Annotations and the complexity of some MyBatis mappings, XML
131
131
mapping is still required for the
You can’t perform that action at this time.
0 commit comments