We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfd2586 commit 37ba299Copy full SHA for 37ba299
provider/junit5spring/build.gradle
@@ -1,9 +1,9 @@
1
dependencies {
2
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'
+ 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'
7
api 'javax.servlet:javax.servlet-api:3.1.0'
8
implementation 'org.hamcrest:hamcrest:2.2'
9
implementation "org.apache.commons:commons-lang3:${project.commonsLang3Version}"
0 commit comments