Skip to content

Commit 16e72b6

Browse files
authored
Merge pull request #1550 from rejeeshg/patch-11
Updating build.gradle to fix vulnerability CVE-2022-22965
2 parents 1316da1 + 37ba299 commit 16e72b6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

provider/junit5spring/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
dependencies {
22
api project(':provider:junit5')
3-
api 'org.springframework:spring-context:5.3.9'
4-
api 'org.springframework:spring-test:5.3.9'
5-
api 'org.springframework:spring-web:5.3.9'
6-
api 'org.springframework:spring-webflux:5.3.9'
3+
api 'org.springframework:spring-context:5.3.19'
4+
api 'org.springframework:spring-test:5.3.19'
5+
api 'org.springframework:spring-web:5.3.19'
6+
api 'org.springframework:spring-webflux:5.3.19'
77
api 'javax.servlet:javax.servlet-api:3.1.0'
88
implementation 'org.hamcrest:hamcrest:2.2'
99
implementation "org.apache.commons:commons-lang3:${project.commonsLang3Version}"

0 commit comments

Comments
 (0)