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 @@ -80,7 +80,7 @@ dependencies {
80
80
testImplementation(libs.junitPlatformLauncher)
81
81
testImplementation(libs.junitPlatformCommons)
82
82
83
- testImplementation(" org.apache.commons:commons-compress:1.27.1 " )
83
+ testImplementation(" org.apache.commons:commons-compress:1.28.0 " )
84
84
testImplementation(" de.gesellix:testutil:[2024-01-01T01-01-01,)" )
85
85
testImplementation(" de.gesellix:docker-registry:2025-06-08T17-40-00" )
86
86
}
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ plugins {
14
14
15
15
val dependencyVersions = listOf (
16
16
" commons-io:commons-io:2.20.0" ,
17
- " org.apache.commons:commons-compress:1.27.1 " ,
17
+ " org.apache.commons:commons-compress:1.28.0 " ,
18
18
" org.apiguardian:apiguardian-api:1.1.2" ,
19
19
" org.jetbrains:annotations:26.0.2" ,
20
20
" org.jetbrains.kotlin:kotlin-reflect:2.1.0" ,
You can’t perform that action at this time.
0 commit comments