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.16.0
9
+ commonsCompressVersion =1.21
9
10
hamcrestVersion =2.2
10
11
jacksonVersion =2.15.3
11
12
junitJupiterVersion =5.10.1
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 @@ -27,7 +27,7 @@ dependencies {
27
27
api(" com.fasterxml.jackson.core:jackson-databind" )
28
28
api(" com.fasterxml.jackson.module:jackson-module-parameter-names" )
29
29
api(" net.java.dev.jna:jna-platform" )
30
- api(" org.apache.commons:commons-compress" )
30
+ api(" org.apache.commons:commons-compress: $c ommonsCompressVersion " )
31
31
api(" org.apache.httpcomponents.client5:httpclient5" )
32
32
api(" org.springframework:spring-core" )
33
33
api(" org.tomlj:tomlj:1.0.0" )
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ dependencies {
39
39
implementation(project(" :spring-boot-project:spring-boot-tools:spring-boot-buildpack-platform" ))
40
40
implementation(project(" :spring-boot-project:spring-boot-tools:spring-boot-loader-tools" ))
41
41
implementation(" io.spring.gradle:dependency-management-plugin" )
42
- implementation(" org.apache.commons:commons-compress" )
42
+ implementation(" org.apache.commons:commons-compress: $c ommonsCompressVersion " )
43
43
implementation(" org.springframework:spring-core" )
44
44
45
45
optional(" org.graalvm.buildtools:native-gradle-plugin" )
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ configurations {
35
35
}
36
36
37
37
dependencies {
38
- api(" org.apache.commons:commons-compress" )
38
+ api(" org.apache.commons:commons-compress: $c ommonsCompressVersion " )
39
39
api(" org.springframework:spring-core" )
40
40
41
41
compileOnly(" ch.qos.logback:logback-classic" )
You can’t perform that action at this time.
0 commit comments