Skip to content

Commit b15c1b7

Browse files
committed
Update dependencies
1 parent d7e6562 commit b15c1b7

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
@@ -126,13 +126,13 @@
126126
<dependency>
127127
<groupId>org.mybatis</groupId>
128128
<artifactId>mybatis</artifactId>
129-
<version>3.5.1</version>
129+
<version>3.5.2</version>
130130
<scope>test</scope>
131131
</dependency>
132132
<dependency>
133133
<groupId>org.mybatis</groupId>
134134
<artifactId>mybatis-spring</artifactId>
135-
<version>2.0.1</version>
135+
<version>2.0.2</version>
136136
<scope>test</scope>
137137
</dependency>
138138
<dependency>

src/test/java/examples/generated/always/mybatis/GeneratedAlwaysAnnotatedMapper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public interface GeneratedAlwaysAnnotatedMapper {
5858
@InsertProvider(type=SqlProviderAdapter.class, method="insertMultiple")
5959
int insertMultiple(MultiRowInsertStatementProvider<GeneratedAlwaysRecord> multiInsert);
6060

61-
// TODO - this is kludgy. Currently MyBatis does not support nested lists in parameter objects
61+
// This is kludgy. Currently MyBatis does not support nested lists in parameter objects
6262
// when returning generated keys.
6363
// So we need to do this silliness and decompose the multi row insert into its component parts
6464
// for the actual MyBatis call

0 commit comments

Comments
 (0)