This is an automated email from the ASF dual-hosted git repository. gaoxihui pushed a commit to branch update-excel-jar in repository https://gitbox.apache.org/repos/asf/ozhera.git
commit 14eda9e7f5c1e0112d15dfc1bb502cbb030025bc Author: gaoxihui <[email protected]> AuthorDate: Tue Mar 11 21:50:40 2025 +0800 feat: upgrade excel dependency version --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 110e8661..91be71e0 100644 --- a/pom.xml +++ b/pom.xml @@ -613,7 +613,7 @@ <dependency> <groupId>run.mone</groupId> <artifactId>excel</artifactId> - <version>${jcommon.release.version}</version> + <version>1.6.2-jdk21</version> </dependency> <dependency> <groupId>run.mone</groupId> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
