We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ade1c18 commit 15c0069Copy full SHA for 15c0069
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.7.RELEASE</version>
+ <version>1.5.9.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.39</version>
+ <version>1.2.44</version>
85
</dependency>
86
<!--阿里 Druid Spring Boot Starter依赖-->
87
88
89
<artifactId>druid-spring-boot-starter</artifactId>
90
- <version>1.1.4</version>
+ <version>1.1.6</version>
91
92
<!--代码生成器依赖-->
93
0 commit comments