Commit 92dd1a35 authored by liqin's avatar liqin 💬

bug fixed

parent 6f8dae25
......@@ -81,7 +81,7 @@
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>8.0.23</version>
<version>8.0.24</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
......@@ -101,8 +101,8 @@
<!-- DB Connction Pool -->
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>druid-spring-boot-starter</artifactId>
<version>1.2.5</version>
<artifactId>druid-spring-boot-starter</artifactId>
<version>1.2.6</version>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment