Skip to content

Commit 20d5031

Browse files
committed
Update dependency version and cleanup repository configuration
- Updated `cosmotechApiCommonVersion` to `2.0.3`. - Removed `mavenLocal()` repository configuration.
1 parent 92f41c4 commit 20d5031

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ version = scmVersion.version
5858

5959
// Dependencies version
6060
val kotlinJvmTarget = 21
61-
val cosmotechApiCommonVersion = "2.0.3-cve_fixes-SNAPSHOT"
61+
val cosmotechApiCommonVersion = "2.0.3"
6262
val redisOmSpringVersion = "0.9.10"
6363
val kotlinCoroutinesVersion = "1.10.2"
6464
val oktaSpringBootVersion = "3.0.7"
@@ -133,7 +133,6 @@ allprojects {
133133
}
134134

135135
repositories {
136-
mavenLocal()
137136
maven {
138137
name = "GitHubPackages"
139138
url = uri("https://maven.pkg.github.com/Cosmo-Tech/cosmotech-api-common")

0 commit comments

Comments
 (0)