Skip to content

Commit

Permalink
Upgrade build.gradle to mitigate Vulnerability
Browse files Browse the repository at this point in the history
Updating build.gradle to mitigate CVE-2022-22965 Vulnerability Issue
  • Loading branch information
rejeeshg authored May 10, 2022
1 parent 2edb554 commit 2ff4a3a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions provider/junit5spring/build.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
dependencies {
api project(path: ":provider:junit5", configuration: 'default')
api 'org.springframework:spring-context:5.3.9'
api 'org.springframework:spring-test:5.3.9'
api 'org.springframework:spring-web:5.3.9'
api 'org.springframework:spring-webflux:5.3.9'
api 'org.springframework:spring-webflux:5.2.3.RELEASE'
api 'org.springframework:spring-context:5.3.19'
api 'org.springframework:spring-test:5.3.19'
api 'org.springframework:spring-web:5.3.19'
api 'org.springframework:spring-webflux:5.3.19'
api 'javax.servlet:javax.servlet-api:3.1.0'
api 'org.hamcrest:hamcrest:2.2'

Expand Down

0 comments on commit 2ff4a3a

Please sign in to comment.