File tree 5 files changed +10
-4
lines changed
spring-boot-buildpack-platform
spring-boot-gradle-plugin
5 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ 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
10
9
hamcrestVersion =2.2
11
10
jacksonVersion =2.15.3
12
11
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
+ }
37
44
library(" Commons FileUpload" , " 1.5" ) {
38
45
group(" commons-fileupload" ) {
39
46
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: $c ommonsCompressVersion " )
25
+ api(" org.apache.commons:commons-compress" )
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: $c ommonsCompressVersion " )
37
+ implementation(" org.apache.commons:commons-compress" )
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: $c ommonsCompressVersion " )
23
+ api(" org.apache.commons:commons-compress" )
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