Skip to content

Commit 1904bae

Browse files
committed
update > pom dependencies version, close lihengming#50
1 parent 986d082 commit 1904bae

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.springframework.boot</groupId>
1919
<artifactId>spring-boot-starter-parent</artifactId>
20-
<version>1.5.4.RELEASE</version>
20+
<version>1.5.7.RELEASE</version>
2121
</parent>
2222

2323
<dependencies>
@@ -43,12 +43,12 @@
4343
<dependency>
4444
<groupId>org.apache.commons</groupId>
4545
<artifactId>commons-lang3</artifactId>
46-
<version>3.5</version>
46+
<version>3.6</version>
4747
</dependency>
4848
<dependency>
4949
<groupId>com.google.guava</groupId>
5050
<artifactId>guava</artifactId>
51-
<version>22.0</version>
51+
<version>23.0</version>
5252
</dependency>
5353
<!--MySQL JDBC驱动-->
5454
<dependency>
@@ -65,12 +65,12 @@
6565
<dependency>
6666
<groupId>org.mybatis</groupId>
6767
<artifactId>mybatis</artifactId>
68-
<version>3.4.4</version>
68+
<version>3.4.5</version>
6969
</dependency>
7070
<dependency>
7171
<groupId>tk.mybatis</groupId>
7272
<artifactId>mapper</artifactId>
73-
<version>3.4.0</version>
73+
<version>3.4.2</version>
7474
</dependency>
7575
<dependency>
7676
<groupId>com.github.pagehelper</groupId>
@@ -81,13 +81,13 @@
8181
<dependency>
8282
<groupId>com.alibaba</groupId>
8383
<artifactId>fastjson</artifactId>
84-
<version>1.2.22</version>
84+
<version>1.2.39</version>
8585
</dependency>
8686
<!--阿里 Druid Spring Boot Starter依赖-->
8787
<dependency>
8888
<groupId>com.alibaba</groupId>
8989
<artifactId>druid-spring-boot-starter</artifactId>
90-
<version>1.1.2</version>
90+
<version>1.1.4</version>
9191
</dependency>
9292
<!--代码生成器依赖-->
9393
<dependency>

0 commit comments

Comments
 (0)