From 51bccacc14ceba57e1956f91cfe6dbb3f5e058a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A6=82=E6=A2=A6=E6=8A=80=E6=9C=AF?= <596392912@qq.com> Date: Sun, 21 Nov 2021 17:19:52 +0800 Subject: [PATCH] =?UTF-8?q?:sparkles:=20=E6=A2=B3=E7=90=86=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b4895c85..28efc480 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { ext { javaVersion = JavaVersion.VERSION_1_8 springBootVersion = "2.5.7" - springNativeVersion = "0.10.4" + springNativeVersion = "0.10.5" springCloudVersion = "2020.0.4" micaAutoVersion = "2.1.3" micaWeiXinVersion = "2.1.1" -- GitLab