Skip to content

Commit

Permalink
Updating build.gradle to fix Vulnerability CVE-2022-22970
Browse files Browse the repository at this point in the history
  • Loading branch information
itstheceo authored May 24, 2022
1 parent eeba502 commit 6e4b180
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.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 'org.springframework:spring-context:5.3.20'
api 'org.springframework:spring-test:5.3.20'
api 'org.springframework:spring-web:5.3.20'
api 'org.springframework:spring-webflux:5.3.20'
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 6e4b180

Please sign in to comment.