Skip to content

Commit e7b79f4

Browse files
authored
Bump to spring boot 3.2 and spring cloud 2023.0.0. (#1013)
1 parent e43f86d commit e7b79f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ buildscript {
2020
protobufGradlePluginVersion = '0.9.4'
2121

2222
// https://github.com/spring-projects/spring-boot/releases
23-
springBootVersion = '3.1.4'
23+
springBootVersion = '3.2.0'
2424
// https://github.com/spring-cloud/spring-cloud-release/releases
25-
springCloudVersion = '2022.0.4'
25+
springCloudVersion = '2023.0.0'
2626
// https://github.com/alibaba/spring-cloud-alibaba/releases
2727
springCloudAlibabaNacosVersion = '2022.0.0.0'
2828

0 commit comments

Comments
 (0)