Skip to content

Commit

Permalink
升级积木报表到1.7.4,升级druid到1.2.22
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangdaiscott committed Apr 1, 2024
1 parent c9c6dd5 commit ac93bf7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions jeecg-module-system/jeecg-system-biz/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@
<dependency>
<groupId>org.jeecgframework.jimureport</groupId>
<artifactId>jimureport-spring-boot-starter</artifactId>
<exclusions>
<exclusion>
<artifactId>jsqlparser</artifactId>
<groupId>com.github.jsqlparser</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jeecgframework.jimureport</groupId>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@
<!-- 持久层 -->
<mybatis-plus.version>3.5.3.1</mybatis-plus.version>
<dynamic-datasource-spring-boot-starter.version>4.1.3</dynamic-datasource-spring-boot-starter.version>
<druid.version>1.2.19</druid.version>
<minidao.version>1.9.6</minidao.version>
<druid.version>1.2.22</druid.version>
<minidao.version>1.9.10</minidao.version>

<!-- 积木报表-->
<jimureport-spring-boot-starter.version>1.7.3</jimureport-spring-boot-starter.version>
<jimureport-spring-boot-starter.version>1.7.4</jimureport-spring-boot-starter.version>
<commons-io.version>2.11.0</commons-io.version>
<commons.version>2.6</commons.version>
<aliyun-java-sdk-dysmsapi.version>2.1.0</aliyun-java-sdk-dysmsapi.version>
Expand Down

0 comments on commit ac93bf7

Please sign in to comment.