Skip to content

Commit 05b92d1

Browse files
dependabot[bot]jreynard-code
authored andcommitted
Gradle: Bump org.apache.commons:commons-compress from 1.24.0 to 1.27.1
Bumps org.apache.commons:commons-compress from 1.24.0 to 1.27.1. --- updated-dependencies: - dependency-name: org.apache.commons:commons-compress dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 192c0cd commit 05b92d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dataset/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins { id("org.jetbrains.kotlinx.kover") }
77
dependencies {
88
implementation(projects.cosmotechOrganizationApi)
99
implementation(projects.cosmotechConnectorApi)
10-
implementation("org.apache.commons:commons-compress:1.24.0")
10+
implementation("org.apache.commons:commons-compress:1.27.1")
1111
testImplementation("org.testng:testng:7.8.0")
1212
testImplementation("com.redis.testcontainers:testcontainers-redis-junit:1.6.4")
1313
testImplementation("org.springframework.boot:spring-boot-starter-test:3.2.2")

solution/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins { id("org.jetbrains.kotlinx.kover") }
66

77
dependencies {
88
implementation(projects.cosmotechOrganizationApi)
9-
implementation("org.apache.commons:commons-compress:1.24.0")
9+
implementation("org.apache.commons:commons-compress:1.27.1")
1010

1111
testImplementation("org.testng:testng:7.8.0")
1212
testImplementation("com.redis.testcontainers:testcontainers-redis-junit:1.6.4")

0 commit comments

Comments
 (0)