Skip to content

Commit

Permalink
fix(deps): update dependency com.alibaba.cloud:spring-cloud-starter-a…
Browse files Browse the repository at this point in the history
…libaba-nacos-discovery to v2023.0.1.2 (#460)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 19, 2024
1 parent e233347 commit f5bffa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cosky-mirror/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ dependencies {
implementation(project(":spring-cloud-starter-cosky-config"))
implementation(project(":spring-cloud-starter-cosky-discovery"))
implementation("com.google.guava:guava")
implementation("com.alibaba.cloud:spring-cloud-starter-alibaba-nacos-discovery:2023.0.1.0")
implementation("com.alibaba.cloud:spring-cloud-starter-alibaba-nacos-discovery:2023.0.1.2")
kapt("org.springframework.boot:spring-boot-configuration-processor")
kapt("org.springframework.boot:spring-boot-autoconfigure-processor")
testImplementation("org.springframework.boot:spring-boot-starter-test")
Expand Down

0 comments on commit f5bffa4

Please sign in to comment.