chore: upgrade dep

This commit is contained in:
ReaJason
2025-05-28 01:22:54 +08:00
parent f9c1ac9535
commit 558e386ede
6 changed files with 17 additions and 16 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ dependencies {
implementation('org.springframework.boot:spring-boot-starter-web') {
exclude module: "spring-boot-starter-tomcat"
}
implementation 'commons-io:commons-io:2.+'
implementation 'commons-io:commons-io:2.19.0'
implementation 'net.bytebuddy:byte-buddy:1.10.10'
implementation 'org.springframework.boot:spring-boot-starter-jetty'
testImplementation 'org.springframework.boot:spring-boot-starter-test'