Skip to content

Commit

Permalink
fix(deps): update dependency me.ahoo.cosid:cosid-bom to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 19, 2023
1 parent 40c3167 commit ccc8830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cocache-example/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ application {

dependencies {
api(platform(project(":cocache-dependencies")))
api(platform("me.ahoo.cosid:cosid-bom:1.19.3"))
api(platform("me.ahoo.cosid:cosid-bom:2.1.0"))
kapt(platform(project(":cocache-dependencies")))
implementation(project(":cocache-spring-redis"))
implementation(project(":cocache-spring-boot-starter"))
Expand Down

0 comments on commit ccc8830

Please sign in to comment.