diff --git a/README.md b/README.md index 03e7f7c..729d668 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # JimuReport - 积木报表(开源免费的低代码报表) -v1.7.6 | 2024-06-19 +v1.7.7 | 2024-07-08 [![](https://img.shields.io/badge/Author-北京国炬软件-orange.svg)](http://jimureport.com) -[![](https://img.shields.io/badge/version-1.7.6-brightgreen.svg)](https://github.com/zhangdaiscott/JimuReport) +[![](https://img.shields.io/badge/version-1.7.7-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) @@ -43,13 +43,7 @@ v1.7.6 | 2024-06-19 org.jeecgframework.jimureport jimureport-spring-boot-starter - 1.7.6 - - - jsqlparser - com.github.jsqlparser - - + 1.7.7 ``` diff --git a/jimureport-example/pom.xml b/jimureport-example/pom.xml index 5a23884..d2ffcdf 100644 --- a/jimureport-example/pom.xml +++ b/jimureport-example/pom.xml @@ -45,11 +45,13 @@ - 1.7.6 + 1.7.7 1.8 8.0.3 8.0.27 + + 4.6 @@ -72,6 +74,12 @@ jimureport-nosql-starter 1.6.0 + + + com.github.jsqlparser + jsqlparser + ${jsqlparser.version} +