Skip to content

Commit 37ab50a

Browse files
committed
fix : gateway 버전 명시
1 parent d3cc252 commit 37ab50a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gateway/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies {
4242
implementation 'org.springframework.boot:spring-boot-starter-security'
4343
}
4444
ext {
45-
springCloudVersion = '2025.0.0'
45+
springCloudVersion = '2023.0.5'
4646
}
4747
dependencyManagement {
4848
imports {

0 commit comments

Comments
 (0)