升级druid版本到1.2.24 #7869

升级jeewx-api版本到weixin4j 2.0.0
dev
JEECG 4 months ago
parent 10dd2a2dd0
commit 26246eda7a

@ -27,7 +27,7 @@
<!-- 企业微信/钉钉 api -->
<dependency>
<groupId>org.jeecgframework</groupId>
<artifactId>jeewx-api</artifactId>
<artifactId>weixin4j</artifactId>
</dependency>
<!-- 积木报表 -->
<dependency>

@ -59,7 +59,7 @@
<!-- 持久层 -->
<mybatis-plus.version>3.5.3.2</mybatis-plus.version>
<dynamic-datasource-spring-boot-starter.version>4.1.3</dynamic-datasource-spring-boot-starter.version>
<druid.version>1.2.22</druid.version>
<druid.version>1.2.24</druid.version>
<commons-io.version>2.11.0</commons-io.version>
<commons.version>2.6</commons.version>
@ -362,8 +362,8 @@
<!-- 企业微信和钉钉 api -->
<dependency>
<groupId>org.jeecgframework</groupId>
<artifactId>jeewx-api</artifactId>
<version>1.5.2</version>
<artifactId>weixin4j</artifactId>
<version>2.0.0</version>
<exclusions>
<exclusion>
<artifactId>commons-beanutils</artifactId>

Loading…
Cancel
Save