Skip to content

Commit

Permalink
Merge pull request #14 from carrypann/master
Browse files Browse the repository at this point in the history
dependencies: 升级springboot版本到2.3.4 #13
  • Loading branch information
carrypann authored Oct 9, 2020
2 parents 9f9cbc1 + 669943a commit d6ce373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ object Release {
object Versions {
const val Java = "1.8"
const val Kotlin = "1.3.72"
const val SpringBoot = "2.3.3.RELEASE"
const val SpringBoot = "2.3.4.RELEASE"
const val SpringCloud = "Hoxton.SR8"
const val DependencyManagement = "1.0.10.RELEASE"
const val NexusPublish = "0.4.0"
Expand Down

0 comments on commit d6ce373

Please sign in to comment.