Skip to content

Commit c06b734

Browse files
committed
upgrade spring data commons to 1.13.4
1 parent 9104f96 commit c06b734

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

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

1212
<groupId>com.ifrabbit</groupId>
@@ -40,7 +40,7 @@
4040
</scm>
4141

4242
<properties>
43-
<springdata.commons.version>1.13.3.RELEASE</springdata.commons.version>
43+
<springdata.commons.version>1.13.4.RELEASE</springdata.commons.version>
4444
<mybatis.version>3.4.4</mybatis.version>
4545
</properties>
4646

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

0 commit comments

Comments
 (0)