Skip to content

Commit

Permalink
feat: upgrade the underlying framework
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangt2333 committed Jul 26, 2024
1 parent ddf45f5 commit 7002d04
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,10 @@ object Versions {

const val java = "17"

const val springBoot = "3.0.5"
const val springCloud = "2022.0.2"
const val springCloudAlibaba = "2022.0.0.0-RC1"
const val springBoot = "3.2.4"
const val springCloud = "2023.0.1"
const val springCloudAlibaba = "2023.0.1.0"

const val nacos = "2.2.1"

const val lombok = "1.18.26"
const val commonsLang3 = "3.11"
const val commonsIO = "2.11.0"
const val lombok = "1.18.34"
const val commonsLang3 = "3.14.0"
}

0 comments on commit 7002d04

Please sign in to comment.