chore: upgrade deps

This commit is contained in:
ReaJason
2025-08-13 23:53:40 +08:00
parent 4decc08ddc
commit d33323cfda
3 changed files with 19 additions and 18 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
plugins {
id("java")
id("org.springframework.boot") version "3.5.0"
id("org.springframework.boot") version "3.5.3"
id("io.spring.dependency-management") version "1.1.7"
}
@@ -33,7 +33,7 @@ dependencies {
implementation("org.springframework.boot:spring-boot-starter-web") {
exclude(group = "org.springframework.boot", module = "spring-boot-starter-tomcat")
}
implementation("org.apache.commons:commons-lang3:3.17.0")
implementation(libs.commons.lang3)
implementation("org.springframework.boot:spring-boot-starter-jetty")
compileOnly("org.projectlombok:lombok")
developmentOnly("org.springframework.boot:spring-boot-devtools")