We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae02719 commit e16ee78Copy full SHA for e16ee78
build.gradle
@@ -93,8 +93,8 @@ dependencies {
93
testImplementation 'org.mockito:mockito-core:5.21.0'
94
testImplementation 'org.springframework.boot:spring-boot-starter-test:4.0.2'
95
testImplementation 'org.springframework.boot:spring-boot-webmvc-test:4.0.2'
96
- testImplementation 'org.junit.jupiter:junit-jupiter-params:6.0.2'
97
- testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:6.0.2'
+ testImplementation 'org.junit.jupiter:junit-jupiter-params:6.0.3'
+ testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:6.0.3'
98
}
99
100
task installAssets {
0 commit comments