There was an error while loading. Please reload this page.
1 parent 8b6cd8d commit f55b561Copy full SHA for f55b561
pom.xml
@@ -17,7 +17,7 @@
17
<parent>
18
<groupId>org.springframework.boot</groupId>
19
<artifactId>spring-boot-starter-parent</artifactId>
20
- <version>1.5.9.RELEASE</version>
+ <version>1.5.13.RELEASE</version>
21
</parent>
22
23
<dependencies>
@@ -81,13 +81,13 @@
81
<dependency>
82
<groupId>com.alibaba</groupId>
83
<artifactId>fastjson</artifactId>
84
- <version>1.2.44</version>
+ <version>1.2.48</version>
85
</dependency>
86
<!--阿里 Druid Spring Boot Starter依赖-->
87
88
89
<artifactId>druid-spring-boot-starter</artifactId>
90
- <version>1.1.6</version>
+ <version>1.1.10</version>
91
92
<!--代码生成器依赖-->
93
0 commit comments