fix: upgrade com.alibaba:druid from 1.2.17 to 1.2.18

Snyk has created this PR to upgrade com.alibaba:druid from 1.2.17 to 1.2.18.

See this package in Maven Repository:
https://mvnrepository.com/artifact/com.alibaba/druid/

See this project in Snyk:
https://app.snyk.io/org/z2z2qp/project/e0cf6b8b-62c9-4791-9b14-bfe183b2fc5b?utm_source=github&utm_medium=referral&page=upgrade-pr
This commit is contained in:
snyk-bot 2023-06-06 18:15:44 +00:00
parent ea20145f26
commit 415bb8ef78
No known key found for this signature in database
GPG Key ID: 5D98975276F8B078

View File

@ -68,7 +68,7 @@
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>druid</artifactId>
<version>1.2.17</version>
<version>1.2.18</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>