Skip to content

Commit 3d5e5a9

Browse files
authored
fix: use patched common version that solve compat (#696)
1 parent baedafb commit 3d5e5a9

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
@@ -42,7 +42,7 @@ group = "com.cosmotech"
4242
version = scmVersion.version
4343

4444
val kotlinJvmTarget = 17
45-
val cosmotechApiCommonVersion = "0.1.47-SNAPSHOT.3"
45+
val cosmotechApiCommonVersion = "0.1.47-SNAPSHOT.4"
4646
val cosmotechApiAzureVersion = "0.1.10-SNAPSHOT"
4747
val azureSpringBootBomVersion = "3.14.0"
4848
val jedisVersion = "3.9.0"

0 commit comments

Comments
 (0)