Skip to content

Commit

Permalink
Updating build.gradle to fix vulnerability
Browse files Browse the repository at this point in the history
Updating build.gradle to fix vulnerability CVE-2022-22965
  • Loading branch information
rejeeshg authored May 10, 2022
1 parent bfd2586 commit 37ba299
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions provider/junit5spring/build.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies {
api project(':provider:junit5')
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-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'
implementation 'org.hamcrest:hamcrest:2.2'
implementation "org.apache.commons:commons-lang3:${project.commonsLang3Version}"
Expand Down

0 comments on commit 37ba299

Please sign in to comment.