File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >org.springframework.data.build</groupId >
8
8
<artifactId >spring-data-parent</artifactId >
9
- <version >1.9.0 .RELEASE</version >
9
+ <version >1.9.1 .RELEASE</version >
10
10
</parent >
11
11
12
12
<groupId >com.ifrabbit</groupId >
13
13
<artifactId >spring-data-mybatis</artifactId >
14
- <version >1.0.11 .RELEASE</version >
14
+ <version >1.0.12 .RELEASE</version >
15
15
16
16
<name >Spring Data MyBatis</name >
17
17
<description >The primary goal of the Spring Data project is to make it easier to build Spring-powered applications
40
40
</scm >
41
41
42
42
<properties >
43
- <springdata .commons.version>1.13.0 .RELEASE</springdata .commons.version>
43
+ <springdata .commons.version>1.13.1 .RELEASE</springdata .commons.version>
44
44
<mybatis .version>3.4.2</mybatis .version>
45
45
</properties >
46
46
134
134
<dependency >
135
135
<groupId >com.h2database</groupId >
136
136
<artifactId >h2</artifactId >
137
- <version >1.4.192 </version >
137
+ <version >1.4.193 </version >
138
138
<scope >test</scope >
139
139
</dependency >
140
140
<dependency >
141
141
<groupId >mysql</groupId >
142
142
<artifactId >mysql-connector-java</artifactId >
143
- <version >5.1.39 </version >
143
+ <version >5.1.40 </version >
144
144
<scope >test</scope >
145
145
</dependency >
146
146
<!-- <dependency>-->
You can’t perform that action at this time.
0 commit comments