We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e55c6ed + 45b1b31 commit 72a3db8Copy full SHA for 72a3db8
1 file changed
build.gradle
@@ -161,8 +161,9 @@ dependencies {
161
implementation 'org.apache.logging.log4j:log4j-core:2.25.2'
162
implementation 'org.apache.logging.log4j:log4j-jcl:2.25.2'
163
164
- testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
165
- testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.4'
+ testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.4'
+ testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.4'
166
+testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.4'
167
testImplementation 'org.springframework:spring-test:6.2.+'
168
testImplementation 'org.springframework:spring-web:6.2.+'
169
testImplementation 'org.mockito:mockito-core:5.20.0'
0 commit comments