Skip to content

Commit 96e6ce1

Browse files
authored
Downgrade spring boot and cloud due to compability
1 parent f677650 commit 96e6ce1

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
@@ -17,8 +17,8 @@ repositories {
1717
}
1818

1919
ext {
20-
springBootVersion = '3.3.5'
21-
springCloudVersion = '2023.0.3'
20+
springBootVersion = '3.3.1'
21+
springCloudVersion = '2023.0.2'
2222
}
2323

2424
dependencies {

0 commit comments

Comments
 (0)