Skip to content

Commit 7c5698f

Browse files
committed
Updated dependencies to MyBatis and Memcached
1 parent dca920f commit 7c5698f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,17 +65,17 @@
6565
<dependency>
6666
<groupId>org.mybatis</groupId>
6767
<artifactId>mybatis</artifactId>
68-
<version>3.2.1</version>
68+
<version>3.2.6</version>
6969
<scope>provided</scope>
7070
</dependency>
7171

7272
<!--
7373
| compile dependencies
7474
-->
7575
<dependency>
76-
<groupId>spy</groupId>
76+
<groupId>net.spy</groupId>
7777
<artifactId>spymemcached</artifactId>
78-
<version>2.8.1</version>
78+
<version>2.10.6</version>
7979
<scope>compile</scope>
8080
</dependency>
8181

0 commit comments

Comments
 (0)