1.6.2-GA2版本发布(重要的事情只说一遍,必须升级,不然你会被攻击)

pull/2072/head
zhangdaiscott 2023-09-12 11:33:19 +08:00
parent dbc3127b7d
commit e966d43635
2 changed files with 4 additions and 4 deletions

View File

@ -1,10 +1,10 @@
# JimuReport - 积木报表一款免费Web报表工具
v1.6.2-GA | 2023-09-12
v1.6.2-GA2 | 2023-09-12
[![](https://img.shields.io/badge/Author-北京敲敲云科技-orange.svg)](http://jimureport.com)
[![](https://img.shields.io/badge/version-1.6.2-GA-brightgreen.svg)](https://github.com/zhangdaiscott/JimuReport)
[![](https://img.shields.io/badge/version-1.6.2-GA2-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)
@ -45,7 +45,7 @@ v1.6.2-GA | 2023-09-12
<dependency>
<groupId>org.jeecgframework.jimureport</groupId>
<artifactId>jimureport-spring-boot-starter</artifactId>
<version>1.6.2-GA</version>
<version>1.6.2-GA2</version>
</dependency>
```

View File

@ -37,7 +37,7 @@
</repositories>
<properties>
<jimureport.version>1.6.2-GA</jimureport.version>
<jimureport.version>1.6.2-GA2</jimureport.version>
<java.version>1.8</java.version>
<minio.version>8.0.3</minio.version>
<!-- DB驱动 -->