升级JDK/KOTLIN/SPRING等依赖信息

This commit is contained in:
2024-06-26 17:31:44 +08:00
parent 75743c6ef6
commit 54b7cedac6
6 changed files with 346 additions and 19 deletions

View File

@@ -1,8 +1,8 @@
buildscript {
ext {
jvm_version = '19'
kotlin_version = '1.8.20'
spring_version = '3.0.5'
jvm_version = '21'
kotlin_version = '2.0.0'
spring_version = '3.3.0'
}
repositories {