File tree Expand file tree Collapse file tree 5 files changed +4
-10
lines changed
spring-boot-buildpack-platform
spring-boot-gradle-plugin Expand file tree Collapse file tree 5 files changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8
6
6
7
7
assertjVersion =3.24.2
8
8
commonsCodecVersion =1.15
9
+ commonsCompressVersion =1.21
9
10
hamcrestVersion =2.2
10
11
jacksonVersion =2.15.3
11
12
junitJupiterVersion =5.9.3
Original file line number Diff line number Diff line change 34
34
]
35
35
}
36
36
}
37
- library(" Commons Compress" , " 1.21" ) {
38
- group(" org.apache.commons" ) {
39
- modules = [
40
- " commons-compress"
41
- ]
42
- }
43
- }
44
37
library(" Commons FileUpload" , " 1.5" ) {
45
38
group(" commons-fileupload" ) {
46
39
modules = [
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ dependencies {
22
22
api(" com.fasterxml.jackson.core:jackson-databind" )
23
23
api(" com.fasterxml.jackson.module:jackson-module-parameter-names" )
24
24
api(" net.java.dev.jna:jna-platform" )
25
- api(" org.apache.commons:commons-compress" )
25
+ api(" org.apache.commons:commons-compress: $c ommonsCompressVersion " )
26
26
api(" org.apache.httpcomponents.client5:httpclient5" )
27
27
api(" org.springframework:spring-core" )
28
28
api(" org.tomlj:tomlj:1.0.0" )
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ dependencies {
34
34
implementation(project(" :spring-boot-project:spring-boot-tools:spring-boot-buildpack-platform" ))
35
35
implementation(project(" :spring-boot-project:spring-boot-tools:spring-boot-loader-tools" ))
36
36
implementation(" io.spring.gradle:dependency-management-plugin" )
37
- implementation(" org.apache.commons:commons-compress" )
37
+ implementation(" org.apache.commons:commons-compress: $c ommonsCompressVersion " )
38
38
implementation(" org.springframework:spring-core" )
39
39
40
40
optional(" org.graalvm.buildtools:native-gradle-plugin" )
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ configurations {
20
20
}
21
21
22
22
dependencies {
23
- api(" org.apache.commons:commons-compress" )
23
+ api(" org.apache.commons:commons-compress: $c ommonsCompressVersion " )
24
24
api(" org.springframework:spring-core" )
25
25
26
26
compileOnly(" ch.qos.logback:logback-classic" )
You can’t perform that action at this time.
0 commit comments