File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins { id("org.jetbrains.kotlinx.kover") }
7
7
dependencies {
8
8
implementation(projects.cosmotechOrganizationApi)
9
9
implementation(projects.cosmotechConnectorApi)
10
- implementation(" org.apache.commons:commons-compress:1.24.0 " )
10
+ implementation(" org.apache.commons:commons-compress:1.27.1 " )
11
11
testImplementation(" org.testng:testng:7.8.0" )
12
12
testImplementation(" com.redis.testcontainers:testcontainers-redis-junit:1.6.4" )
13
13
testImplementation(" org.springframework.boot:spring-boot-starter-test:3.2.2" )
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins { id("org.jetbrains.kotlinx.kover") }
6
6
7
7
dependencies {
8
8
implementation(projects.cosmotechOrganizationApi)
9
- implementation(" org.apache.commons:commons-compress:1.24.0 " )
9
+ implementation(" org.apache.commons:commons-compress:1.27.1 " )
10
10
11
11
testImplementation(" org.testng:testng:7.8.0" )
12
12
testImplementation(" com.redis.testcontainers:testcontainers-redis-junit:1.6.4" )
You can’t perform that action at this time.
0 commit comments