diff --git a/cloud-gateway/build.gradle b/cloud-gateway/build.gradle index 748c0f0..f54ee11 100644 --- a/cloud-gateway/build.gradle +++ b/cloud-gateway/build.gradle @@ -17,9 +17,9 @@ repositories { dependencies { implementation 'org.springframework.boot:spring-boot-starter-actuator' implementation 'org.springframework.boot:spring-boot-starter-aop' - implementation 'org.springframework.cloud:spring-cloud-starter-gateway:4.0.8' - implementation 'org.springframework.cloud:spring-cloud-starter-circuitbreaker-resilience4j:3.0.3' - implementation 'org.springframework.cloud:spring-cloud-starter-netflix-eureka-client:4.0.3' + implementation 'org.springframework.cloud:spring-cloud-starter-gateway:4.1.3' + implementation 'org.springframework.cloud:spring-cloud-starter-circuitbreaker-resilience4j:3.1.1' + implementation 'org.springframework.cloud:spring-cloud-starter-netflix-eureka-client:4.1.1' testImplementation 'org.springframework.boot:spring-boot-starter-test' } diff --git a/department-service/pom.xml b/department-service/pom.xml index 92cfa79..2336652 100644 --- a/department-service/pom.xml +++ b/department-service/pom.xml @@ -20,7 +20,7 @@ Demo project for Spring Boot 21 - 2023.0.0 + 2023.0.1 diff --git a/employee-service/pom.xml b/employee-service/pom.xml index a718d8f..5cd89f3 100644 --- a/employee-service/pom.xml +++ b/employee-service/pom.xml @@ -20,7 +20,7 @@ Demo project for Spring Boot 21 - 2023.0.0 + 2023.0.1 diff --git a/service-registry/build.gradle b/service-registry/build.gradle index a3f5e60..4c80356 100644 --- a/service-registry/build.gradle +++ b/service-registry/build.gradle @@ -17,7 +17,7 @@ repositories { dependencies { implementation 'org.springframework.boot:spring-boot-starter-actuator' - implementation 'org.springframework.cloud:spring-cloud-starter-netflix-eureka-server:4.0.3' + implementation 'org.springframework.cloud:spring-cloud-starter-netflix-eureka-server:4.1.1' testImplementation 'org.springframework.boot:spring-boot-starter-test' }