Skip to content

Commit

Permalink
[API-Gateway] Bump org.springframework.cloud:spring-cloud-starter-net…
Browse files Browse the repository at this point in the history
…flix-eureka-client

Bumps [org.springframework.cloud:spring-cloud-starter-netflix-eureka-client](https://github.com/spring-cloud/spring-cloud-netflix) from 4.1.3 to 4.1.4.
- [Release notes](https://github.com/spring-cloud/spring-cloud-netflix/releases)
- [Commits](spring-cloud/spring-cloud-netflix@v4.1.3...v4.1.4)

---
updated-dependencies:
- dependency-name: org.springframework.cloud:spring-cloud-starter-netflix-eureka-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent f02784c commit c30df18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api-gateway/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repositories {
mavenCentral()
}

val eurekaClientVersion = "4.1.3"
val eurekaClientVersion = "4.1.4"

extra["springCloudVersion"] = "2023.0.1"

Expand Down

0 comments on commit c30df18

Please sign in to comment.