1.7.52 正式版本发布

This commit is contained in:
JEECG
2024-06-07 17:18:40 +08:00
parent b2fe01241f
commit 52c3aa0d2d
2 changed files with 4 additions and 4 deletions

View File

@@ -1,10 +1,10 @@
# JimuReport - 积木报表(开源免费的低代码报表)
v1.7.5 | 2024-06-11
v1.7.52 | 2024-06-11
[![](https://img.shields.io/badge/Author-北京国炬软件-orange.svg)](http://jimureport.com)
[![](https://img.shields.io/badge/version-1.7.5-brightgreen.svg)](https://github.com/zhangdaiscott/JimuReport)
[![](https://img.shields.io/badge/version-1.7.52-brightgreen.svg)](https://github.com/zhangdaiscott/JimuReport)
[![](https://img.shields.io/badge/Blog-官方博客-blue.svg)](https://jeecg.blog.csdn.net)
[![GitHub stars](https://img.shields.io/github/stars/zhangdaiscott/JimuReport.svg?style=social&label=Stars)](https://github.com/zhangdaiscott/JimuReport)
[![GitHub forks](https://img.shields.io/github/forks/zhangdaiscott/JimuReport.svg?style=social&label=Fork)](https://github.com/zhangdaiscott/JimuReport)
@@ -41,7 +41,7 @@ v1.7.5 | 2024-06-11
<dependency>
<groupId>org.jeecgframework.jimureport</groupId>
<artifactId>jimureport-spring-boot-starter</artifactId>
<version>1.7.5</version>
<version>1.7.52</version>
</dependency>
```
通过 http://jimureport.com/doc/log 查询最新版本号

View File

@@ -45,7 +45,7 @@
</repositories>
<properties>
<jimureport.version>1.7.5</jimureport.version>
<jimureport.version>1.7.52</jimureport.version>
<java.version>1.8</java.version>
<minio.version>8.0.3</minio.version>
<!-- DB驱动 -->