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.16.0
9
- commonsCompressVersion =1.21
10
9
hamcrestVersion =2.2
11
10
jacksonVersion =2.15.3
12
11
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
+ }
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 @@ -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: $c ommonsCompressVersion " )
30
+ api(" org.apache.commons:commons-compress" )
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: $c ommonsCompressVersion " )
42
+ implementation(" org.apache.commons:commons-compress" )
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: $c ommonsCompressVersion " )
38
+ api(" org.apache.commons:commons-compress" )
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