Skip to content

Commit

Permalink
升级积木报表到1.9.3版本,解决v1.9.2严重权限BUG
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangdaiscott committed Jan 9, 2025
1 parent 9c5e714 commit 964e9b3
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions jeecg-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@
<dynamic-datasource-spring-boot-starter.version>4.1.3</dynamic-datasource-spring-boot-starter.version>
<druid.version>1.2.22</druid.version>

<!-- 积木报表-->
<jimureport-spring-boot-starter.version>1.9.2</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 Expand Up @@ -391,7 +389,7 @@
<dependency>
<groupId>org.jeecgframework.jimureport</groupId>
<artifactId>jimureport-spring-boot-starter</artifactId>
<version>${jimureport-spring-boot-starter.version}</version>
<version>1.9.3</version>
<exclusions>
<exclusion>
<artifactId>autopoi-web</artifactId>
Expand All @@ -403,16 +401,16 @@
</exclusion>
</exclusions>
</dependency>
<!-- 积木BI-->
<dependency>
<groupId>org.jeecgframework.jimureport</groupId>
<artifactId>jimubi-spring-boot-starter</artifactId>
<version>1.9.1</version>
<artifactId>jimureport-nosql-starter</artifactId>
<version>1.9.3</version>
</dependency>
<!-- 积木BI大屏-->
<dependency>
<groupId>org.jeecgframework.jimureport</groupId>
<artifactId>jimureport-nosql-starter</artifactId>
<version>1.9.2</version>
<artifactId>jimubi-spring-boot-starter</artifactId>
<version>1.9.1</version>
</dependency>
<!-- chatgpt -->
<dependency>
Expand Down

0 comments on commit 964e9b3

Please sign in to comment.