From 27ecd1c276dbaf98f3786c5045ccf6657a2b79e7 Mon Sep 17 00:00:00 2001 From: fuhouyin Date: Mon, 31 Jul 2023 16:58:13 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20=E6=9B=B4=E6=96=B0=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 10 +++++----- src/main/java/{Feishu => feishu}/FeiShu.java | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) rename src/main/java/{Feishu => feishu}/FeiShu.java (99%) diff --git a/pom.xml b/pom.xml index 1492099..ec6353f 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ org.springframework.boot spring-boot-starter-parent - 2.7.12 + 2.7.14 @@ -29,24 +29,24 @@ com.alibaba.fastjson2 fastjson2 - 2.0.31 + 2.0.38 cn.hutool hutool-all - 5.8.18 + 5.8.21 org.projectlombok lombok - 1.18.26 + 1.18.28 provided org.apache.commons commons-lang3 - 3.12.0 + 3.13.0 diff --git a/src/main/java/Feishu/FeiShu.java b/src/main/java/feishu/FeiShu.java similarity index 99% rename from src/main/java/Feishu/FeiShu.java rename to src/main/java/feishu/FeiShu.java index e46c955..1d86a85 100644 --- a/src/main/java/Feishu/FeiShu.java +++ b/src/main/java/feishu/FeiShu.java @@ -1,4 +1,4 @@ -package Feishu; +package feishu; import com.alibaba.fastjson2.JSONObject; import org.springframework.web.client.RestTemplate;