@@ -9,18 +9,20 @@ dependencies {
99 api project(' :provider:junit' )
1010
1111 implementation ' org.apache.groovy:groovy'
12- implementation group : ' org.springframework.boot' , name : ' spring-boot-starter-test' , version : ' 2.5.14'
13- implementation group : ' org.springframework' , name : ' spring-webmvc' , version : ' 5.3.19'
14- implementation group : ' org.springframework' , name : ' spring-webflux' , version : ' 5.3.19'
15- implementation group : ' org.springframework' , name : ' spring-test' , version : ' 5.3.19'
16- implementation group : ' javax.servlet' , name : ' javax.servlet-api' , version : ' 3.1.0'
17- implementation group : ' com.fasterxml.jackson.datatype' , name : ' jackson-datatype-joda' , version : ' 2.13.4'
18- runtimeOnly group : ' org.synchronoss.cloud' , name : ' nio-multipart-parser' , version : ' 1.1.0'
12+ implementation ' org.springframework.boot:spring-boot-starter-test:2.7.18'
13+ implementation ' org.springframework:spring-webmvc:5.3.39'
14+ implementation ' org.springframework:spring-webflux:5.3.39'
15+ implementation ' org.springframework:spring-test:5.3.39'
16+ implementation ' javax.servlet:javax.servlet-api:3.1.0'
17+ implementation ' com.fasterxml.jackson.datatype:jackson-datatype-joda:2.20.1'
1918 implementation ' org.apache.commons:commons-lang3'
2019 implementation ' javax.mail:mail:1.5.0-b01'
2120 implementation ' org.apache.commons:commons-collections4'
2221
23- testImplementation group : ' org.springframework.boot' , name : ' spring-boot-starter-web' , version : ' 2.5.14'
22+ runtimeOnly ' org.synchronoss.cloud:nio-multipart-parser:1.1.0'
23+
24+ testImplementation ' org.springframework.boot:spring-boot-starter-web:2.7.18'
2425 testImplementation ' org.apache.groovy:groovy'
26+ testImplementation ' org.mockito:mockito-core:5.20.0'
2527 testRuntimeOnly ' net.bytebuddy:byte-buddy'
2628}
0 commit comments