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 and rholshausen committed May 31, 2022
1 parent 4685257 commit d686907
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(path: ":provider:junit5", configuration: 'default')
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'
api 'org.hamcrest:hamcrest:2.2'

Expand Down

0 comments on commit d686907

Please sign in to comment.