From 1fe2719ec683f00c78af16b96aa901af6cb50d52 Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: 星期二, 14 六月 2022 21:28:10 +0800
Subject: [PATCH] 升级druid到最新版本1.2.11
---
pom.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index b3838c3..214b95f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,7 +15,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
- <version>2.5.13</version>
+ <version>2.5.14</version>
<relativePath />
</parent>
@@ -27,7 +27,7 @@
<mybatis.spring.boot.starter.version>2.2.2</mybatis.spring.boot.starter.version>
<pagehelper.spring.boot.starter.version>1.4.1</pagehelper.spring.boot.starter.version>
<fastjson.version>2.0.4</fastjson.version>
- <druid.version>1.2.8</druid.version>
+ <druid.version>1.2.11</druid.version>
<commons.io.version>2.11.0</commons.io.version>
<commons.fileupload.version>1.4</commons.fileupload.version>
<commons.collections.version>3.2.2</commons.collections.version>
--
Gitblit v1.9.3