Skip to content

Commit 920c2aa

Browse files
author
Jarvis
committed
closed #109 upgrade spring-data-commons to 1.13.1.RELEASE
1 parent 3baa3a7 commit 920c2aa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<parent>
77
<groupId>org.springframework.data.build</groupId>
88
<artifactId>spring-data-parent</artifactId>
9-
<version>1.9.0.RELEASE</version>
9+
<version>1.9.1.RELEASE</version>
1010
</parent>
1111

1212
<groupId>com.ifrabbit</groupId>
1313
<artifactId>spring-data-mybatis</artifactId>
14-
<version>1.0.11.RELEASE</version>
14+
<version>1.0.12.RELEASE</version>
1515

1616
<name>Spring Data MyBatis</name>
1717
<description>The primary goal of the Spring Data project is to make it easier to build Spring-powered applications
@@ -40,7 +40,7 @@
4040
</scm>
4141

4242
<properties>
43-
<springdata.commons.version>1.13.0.RELEASE</springdata.commons.version>
43+
<springdata.commons.version>1.13.1.RELEASE</springdata.commons.version>
4444
<mybatis.version>3.4.2</mybatis.version>
4545
</properties>
4646

@@ -134,13 +134,13 @@
134134
<dependency>
135135
<groupId>com.h2database</groupId>
136136
<artifactId>h2</artifactId>
137-
<version>1.4.192</version>
137+
<version>1.4.193</version>
138138
<scope>test</scope>
139139
</dependency>
140140
<dependency>
141141
<groupId>mysql</groupId>
142142
<artifactId>mysql-connector-java</artifactId>
143-
<version>5.1.39</version>
143+
<version>5.1.40</version>
144144
<scope>test</scope>
145145
</dependency>
146146
<!--<dependency>-->

0 commit comments

Comments
 (0)