Skip to content

Commit 740a359

Browse files
Update spring cloud
1 parent c82e62d commit 740a359

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

cloud-gateway/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ repositories {
1717
dependencies {
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
}

service-registry/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repositories {
1717

1818
dependencies {
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
}

0 commit comments

Comments
 (0)