Skip to content

Commit 7002d04

Browse files
committed
feat: upgrade the underlying framework
1 parent ddf45f5 commit 7002d04

1 file changed

Lines changed: 5 additions & 8 deletions

File tree

buildSrc/src/main/kotlin/Versions.kt

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,10 @@ object Versions {
33

44
const val java = "17"
55

6-
const val springBoot = "3.0.5"
7-
const val springCloud = "2022.0.2"
8-
const val springCloudAlibaba = "2022.0.0.0-RC1"
6+
const val springBoot = "3.2.4"
7+
const val springCloud = "2023.0.1"
8+
const val springCloudAlibaba = "2023.0.1.0"
99

10-
const val nacos = "2.2.1"
11-
12-
const val lombok = "1.18.26"
13-
const val commonsLang3 = "3.11"
14-
const val commonsIO = "2.11.0"
10+
const val lombok = "1.18.34"
11+
const val commonsLang3 = "3.14.0"
1512
}

0 commit comments

Comments
 (0)