From 386aa84d353b202bbb1bd82edafbcd125ce60a25 Mon Sep 17 00:00:00 2001 From: TheWhiteDog9487 Date: Thu, 25 Sep 2025 15:53:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0SpringBoot=E6=8F=92=E4=BB=B6?= =?UTF-8?q?=E4=BB=A5=E4=BD=BFLombok=E6=94=AF=E6=8C=81Java25=20(=20?= =?UTF-8?q?=E4=B8=BA=E4=BB=80=E4=B9=88=E4=B8=8A=E4=B8=80=E4=B8=AA=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E6=B2=A1=E5=87=BA=E5=BC=82=E5=B8=B8=EF=BC=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index ed22293..a0af5de 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,6 +1,6 @@ plugins { java - id("org.springframework.boot") version "3.5.3" + id("org.springframework.boot") version "3.5.6" id("io.spring.dependency-management") version "1.1.7" id("org.graalvm.buildtools.native") version "0.10.6" id("org.springdoc.openapi-gradle-plugin") version "1.9.0"