From 990fb58be9d4a85211fe811904ad3167de0f838b Mon Sep 17 00:00:00 2001
From: gaibu <1016771049@qq.com>
Date: Thu, 12 Jan 2023 21:01:49 +0800
Subject: [PATCH] =?UTF-8?q?fix:=20spring-boot-configuration-processor=20?=
=?UTF-8?q?=E8=87=AA=E5=8A=A8=E7=94=9F=E6=88=90=20spring-configuration-met?=
=?UTF-8?q?adata.json?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pom.xml | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index bfe536ed2..fd698ff7c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,9 +35,10 @@
${java.version}
${java.version}
3.0.0-M5
- 3.8.0
+ 3.8.1
1.18.24
+ 2.7.7
1.5.3.Final
UTF-8
@@ -64,13 +65,18 @@
maven-surefire-plugin
${maven-surefire-plugin.version}
-
+
org.apache.maven.plugins
maven-compiler-plugin
${maven-compiler-plugin.version}
+
+ org.springframework.boot
+ spring-boot-configuration-processor
+ ${spring.boot.version}
+
org.projectlombok
lombok