From d7947b8be59500cea7b3f97200c562f96bad5cdc Mon Sep 17 00:00:00 2001 From: 疯狂的狮子Li <15040126243@163.com> Date: 星期日, 25 六月 2023 22:15:08 +0800 Subject: [PATCH] update springboot 3.0.7 => 3.0.8 update easyexcel 3.2.1 => 3.3.1 --- pom.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 6f4afd1..ae62e53 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ <properties> <revision>5.1.0-SNAPSHOT</revision> - <spring-boot.version>3.0.7</spring-boot.version> + <spring-boot.version>3.0.8</spring-boot.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <java.version>17</java.version> @@ -22,7 +22,7 @@ <springdoc.version>2.1.0</springdoc.version> <therapi-javadoc.version>0.15.0</therapi-javadoc.version> <poi.version>5.2.3</poi.version> - <easyexcel.version>3.2.1</easyexcel.version> + <easyexcel.version>3.3.1</easyexcel.version> <velocity.version>2.3</velocity.version> <satoken.version>1.34.0</satoken.version> <mybatis-plus.version>3.5.3.1</mybatis-plus.version> -- Gitblit v1.9.3