Skip to content

Commit

Permalink
Update build.gradle to mitigate Vulnerabilities from dependencies: CV…
Browse files Browse the repository at this point in the history
…E-2022-22965

To resolve Vulnerabilities from dependencies: CVE-2022-22965
  • Loading branch information
rejeeshg authored May 6, 2022
1 parent c4926c4 commit 12ac283
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions provider/spring/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ dependencies {
api project(path: ":provider:junit", configuration: 'default')

implementation group: 'org.springframework.boot', name: 'spring-boot-starter-test', version: '2.2.5.RELEASE'
implementation group: 'org.springframework', name: 'spring-webmvc', version: '5.2.3.RELEASE'
implementation group: 'org.springframework', name: 'spring-webflux', version: '5.2.3.RELEASE'
implementation group: 'org.springframework', name: 'spring-test', version: '5.2.3.RELEASE'
implementation group: 'org.springframework', name: 'spring-webmvc', version: '5.3.19'
implementation group: 'org.springframework', name: 'spring-webflux', version: '5.3.19'
implementation group: 'org.springframework', name: 'spring-test', version: '5.3.19'
implementation group: 'javax.servlet', name: 'javax.servlet-api', version: '3.1.0'
implementation group: 'com.fasterxml.jackson.datatype', name: 'jackson-datatype-joda', version: '2.10.2'
runtimeOnly group: 'org.synchronoss.cloud', name: 'nio-multipart-parser', version: '1.1.0'
Expand Down

0 comments on commit 12ac283

Please sign in to comment.