File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ val dependencyVersions = listOf(
10
10
" com.squareup.okio:okio-jvm:3.8.0" ,
11
11
" net.bytebuddy:byte-buddy:1.14.12" ,
12
12
" net.bytebuddy:byte-buddy-agent:1.14.12" ,
13
- " org.apache.commons:commons-compress:1.25 .0" ,
13
+ " org.apache.commons:commons-compress:1.26 .0" ,
14
14
" org.codehaus.groovy:groovy:3.0.20" ,
15
15
" org.codehaus.groovy:groovy-json:3.0.20" ,
16
16
" org.apache.groovy:groovy:4.0.18" ,
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ dependencies {
116
116
api(" com.squareup.okhttp3:okhttp:4.12.0" )
117
117
testImplementation(" com.squareup.okhttp3:mockwebserver:[4,5)" )
118
118
119
- implementation(" org.apache.commons:commons-compress:1.25 .0" )
119
+ implementation(" org.apache.commons:commons-compress:1.26 .0" )
120
120
121
121
// implementation("org.bouncycastle:bcpkix-jdk18on:1.76")
122
122
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ dependencies {
116
116
api(" com.squareup.okhttp3:okhttp:4.12.0" )
117
117
testImplementation(" com.squareup.okhttp3:mockwebserver:[4,5)" )
118
118
119
- implementation(" org.apache.commons:commons-compress:1.25 .0" )
119
+ implementation(" org.apache.commons:commons-compress:1.26 .0" )
120
120
121
121
implementation(" org.bouncycastle:bcpkix-jdk18on:1.77" )
122
122
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ dependencies {
64
64
implementation(project(" :client-groovy4" ))
65
65
// implementation("org.codehaus.groovy:groovy:[3,4)")
66
66
implementation(" org.apache.groovy:groovy:4.0.18" )
67
- testImplementation(" org.apache.commons:commons-compress:1.25 .0" )
67
+ testImplementation(" org.apache.commons:commons-compress:1.26 .0" )
68
68
69
69
implementation(" org.slf4j:slf4j-api:2.0.12" )
70
70
runtimeOnly(" ch.qos.logback:logback-classic:[1.2,2)!!1.3.14" )
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ dependencies {
81
81
testImplementation(" com.kohlschutter.junixsocket:junixsocket-common:[2.4,)" )
82
82
83
83
testImplementation(" net.jodah:failsafe:2.4.4" )
84
- testImplementation(" org.apache.commons:commons-compress:1.25 .0" )
84
+ testImplementation(" org.apache.commons:commons-compress:1.26 .0" )
85
85
86
86
testImplementation(" org.slf4j:slf4j-api:[1.7,)" )
87
87
runtimeOnly(" ch.qos.logback:logback-classic:[1.2,2)!!1.3.14" )
You can’t perform that action at this time.
0 commit comments