Skip to content

Commit d9bfd62

Browse files
authored
fix: use patched common version that solve compat (#697)
1 parent fc65388 commit d9bfd62

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
@@ -48,7 +48,7 @@ group = "com.cosmotech"
4848
version = scmVersion.version
4949

5050
val kotlinJvmTarget = 17
51-
val cosmotechApiCommonVersion = "0.2.1"
51+
val cosmotechApiCommonVersion = "0.2.2"
5252
val cosmotechApiAzureVersion = "0.2.1"
5353
val azureSpringBootBomVersion = "3.14.0"
5454
val jedisVersion = "3.9.0"

0 commit comments

Comments
 (0)