Skip to content

Commit 7926581

Browse files
authored
Merge pull request #67 from ahunigel/Downgrade-spring-boot-and-cloud-due-to-compability
Downgrade spring boot and cloud due to compability
2 parents f677650 + 96e6ce1 commit 7926581

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)