Skip to content

Commit

Permalink
Merge pull request #1551 from rejeeshg/patch-12
Browse files Browse the repository at this point in the history
Updating build.gradle to fix Vulnerability CVE-2022-22965
  • Loading branch information
rholshausen authored May 11, 2022
2 parents ddf1ef1 + a90d0e9 commit 989e176
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.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'
api 'org.hamcrest:hamcrest:2.2'

Expand Down

0 comments on commit 989e176

Please sign in to comment.