|
17 | 17 | <parent>
|
18 | 18 | <groupId>org.springframework.boot</groupId>
|
19 | 19 | <artifactId>spring-boot-starter-parent</artifactId>
|
20 |
| - <version>1.5.4.RELEASE</version> |
| 20 | + <version>1.5.7.RELEASE</version> |
21 | 21 | </parent>
|
22 | 22 |
|
23 | 23 | <dependencies>
|
|
43 | 43 | <dependency>
|
44 | 44 | <groupId>org.apache.commons</groupId>
|
45 | 45 | <artifactId>commons-lang3</artifactId>
|
46 |
| - <version>3.5</version> |
| 46 | + <version>3.6</version> |
47 | 47 | </dependency>
|
48 | 48 | <dependency>
|
49 | 49 | <groupId>com.google.guava</groupId>
|
50 | 50 | <artifactId>guava</artifactId>
|
51 |
| - <version>22.0</version> |
| 51 | + <version>23.0</version> |
52 | 52 | </dependency>
|
53 | 53 | <!--MySQL JDBC驱动-->
|
54 | 54 | <dependency>
|
|
65 | 65 | <dependency>
|
66 | 66 | <groupId>org.mybatis</groupId>
|
67 | 67 | <artifactId>mybatis</artifactId>
|
68 |
| - <version>3.4.4</version> |
| 68 | + <version>3.4.5</version> |
69 | 69 | </dependency>
|
70 | 70 | <dependency>
|
71 | 71 | <groupId>tk.mybatis</groupId>
|
72 | 72 | <artifactId>mapper</artifactId>
|
73 |
| - <version>3.4.0</version> |
| 73 | + <version>3.4.2</version> |
74 | 74 | </dependency>
|
75 | 75 | <dependency>
|
76 | 76 | <groupId>com.github.pagehelper</groupId>
|
|
81 | 81 | <dependency>
|
82 | 82 | <groupId>com.alibaba</groupId>
|
83 | 83 | <artifactId>fastjson</artifactId>
|
84 |
| - <version>1.2.22</version> |
| 84 | + <version>1.2.39</version> |
85 | 85 | </dependency>
|
86 | 86 | <!--阿里 Druid Spring Boot Starter依赖-->
|
87 | 87 | <dependency>
|
88 | 88 | <groupId>com.alibaba</groupId>
|
89 | 89 | <artifactId>druid-spring-boot-starter</artifactId>
|
90 |
| - <version>1.1.2</version> |
| 90 | + <version>1.1.4</version> |
91 | 91 | </dependency>
|
92 | 92 | <!--代码生成器依赖-->
|
93 | 93 | <dependency>
|
|
0 commit comments