Skip to content

Commit f55b561

Browse files
committed
update > maven dependency version
1 parent 8b6cd8d commit f55b561

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
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.springframework.boot</groupId>
1919
<artifactId>spring-boot-starter-parent</artifactId>
20-
<version>1.5.9.RELEASE</version>
20+
<version>1.5.13.RELEASE</version>
2121
</parent>
2222

2323
<dependencies>
@@ -81,13 +81,13 @@
8181
<dependency>
8282
<groupId>com.alibaba</groupId>
8383
<artifactId>fastjson</artifactId>
84-
<version>1.2.44</version>
84+
<version>1.2.48</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.6</version>
90+
<version>1.1.10</version>
9191
</dependency>
9292
<!--代码生成器依赖-->
9393
<dependency>

0 commit comments

Comments
 (0)