Skip to content

Commit

Permalink
Merge pull request #1542 from rejeeshg/patch-4
Browse files Browse the repository at this point in the history
Update build.gradle to mitigate Direct vulnerabilities CVE-2022-22965
  • Loading branch information
rholshausen authored May 9, 2022
2 parents 1ebcbd7 + d67ab75 commit 1048a6b
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')

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

0 comments on commit 1048a6b

Please sign in to comment.