File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ repositories {
1717dependencies {
1818 implementation ' org.springframework.boot:spring-boot-starter-actuator'
1919 implementation ' org.springframework.boot:spring-boot-starter-aop'
20- implementation ' org.springframework.cloud:spring-cloud-starter-gateway:4.0.8 '
21- implementation ' org.springframework.cloud:spring-cloud-starter-circuitbreaker-resilience4j:3.0.3 '
22- implementation ' org.springframework.cloud:spring-cloud-starter-netflix-eureka-client:4.0.3 '
20+ implementation ' org.springframework.cloud:spring-cloud-starter-gateway:4.1.1 '
21+ implementation ' org.springframework.cloud:spring-cloud-starter-circuitbreaker-resilience4j:3.1.0 '
22+ implementation ' org.springframework.cloud:spring-cloud-starter-netflix-eureka-client:4.1.0 '
2323
2424 testImplementation ' org.springframework.boot:spring-boot-starter-test'
2525}
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ repositories {
1717
1818dependencies {
1919 implementation ' org.springframework.boot:spring-boot-starter-actuator'
20- implementation ' org.springframework.cloud:spring-cloud-starter-netflix-eureka-server:4.0.3 '
20+ implementation ' org.springframework.cloud:spring-cloud-starter-netflix-eureka-server:4.1.0 '
2121
2222 testImplementation ' org.springframework.boot:spring-boot-starter-test'
2323}
You can’t perform that action at this time.
0 commit comments