Skip to content

Commit 14053f3

Browse files
committed
Bump cosmotech-api-common version to 2.1.1-SNAPSHOT
1 parent fe3a379 commit 14053f3

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

build.gradle.kts

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -55,16 +55,8 @@ group = "com.cosmotech"
5555
version = scmVersion.version
5656

5757
// Dependencies version
58-
59-
// Required versions
60-
val jacksonVersion = "2.15.3"
61-
val springWebVersion = "6.2.1"
62-
63-
// Implementation
6458
val kotlinJvmTarget = 21
65-
val cosmotechApiCommonVersion = "2.1.1-LCRA-update_last_run_status_PROD-14360-SNAPSHOT"
66-
val jedisVersion = "4.4.6"
67-
val springOauthVersion = "6.4.2"
59+
val cosmotechApiCommonVersion = "2.1.1-SNAPSHOT"
6860
val redisOmSpringVersion = "0.9.7"
6961
val kotlinCoroutinesVersion = "1.10.2"
7062
val oktaSpringBootVersion = "3.0.7"
@@ -89,7 +81,6 @@ val detektVersion = "1.23.8"
8981
val jUnitBomVersion = "5.12.2"
9082
val mockkVersion = "1.14.0"
9183
val awaitilityKVersion = "4.2.0"
92-
val testcontainersRedis = "1.6.4"
9384
val springMockkVersion = "4.0.2"
9485

9586
val configBuildDir = "${layout.buildDirectory.get()}/config"
@@ -134,7 +125,6 @@ allprojects {
134125
configurations { all { resolutionStrategy { force("com.redis.om:redis-om-spring:0.9.10") } } }
135126

136127
repositories {
137-
mavenLocal()
138128
maven {
139129
name = "GitHubPackages"
140130
url = uri("https://maven.pkg.github.com/Cosmo-Tech/cosmotech-api-common")

0 commit comments

Comments
 (0)