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.
2 parents 1316da1 + 37ba299 commit 16e72b6Copy full SHA for 16e72b6
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