Skip to content

Commit 4b61524

Browse files
Use the cosmotech-api-azure's 0.1.13-SNAPSHOT version to avoid conflicting bean name of csmContainerRegistry
1 parent adc2474 commit 4b61524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ version = scmVersion.version
4949

5050
val kotlinJvmTarget = 17
5151
val cosmotechApiCommonVersion = "0.2.1-SNAPSHOT"
52-
val cosmotechApiAzureVersion = "0.1.12-SNAPSHOT"
52+
val cosmotechApiAzureVersion = "0.1.13-SNAPSHOT"
5353
val azureSpringBootBomVersion = "3.14.0"
5454
val jedisVersion = "3.9.0"
5555
val springOauthVersion = "5.8.3"

0 commit comments

Comments
 (0)