Skip to content

Commit ccf52ab

Browse files
committed
Merge master into add-skipSetAutoCommitOnClose-to-JdbcTransactionFactory
2 parents 3c34ca7 + 0f42365 commit ccf52ab

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,13 +216,13 @@
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>

src/site/xdoc/getting-started.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)