File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -82,14 +82,14 @@ dependencies {
8282 implementation ' org.apache.httpcomponents.client5:httpclient5-fluent:5.5.1'
8383 implementation ' com.maxmind.db:maxmind-db:3.2.0'
8484
85- testImplementation ' org.junit.jupiter:junit-jupiter-api:6.0.0 '
86- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:6.0.0 '
85+ testImplementation ' org.junit.jupiter:junit-jupiter-api:6.0.1 '
86+ testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:6.0.1 '
8787 testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
8888 testImplementation ' org.mockito:mockito-core:5.20.0'
8989
9090 integrationTestImplementation ' io.rest-assured:rest-assured:5.5.6'
91- integrationTestImplementation ' org.junit.jupiter:junit-jupiter-api:6.0.0 '
92- integrationTestRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:6.0.0 '
91+ integrationTestImplementation ' org.junit.jupiter:junit-jupiter-api:6.0.1 '
92+ integrationTestRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:6.0.1 '
9393 integrationTestRuntimeOnly ' org.junit.platform:junit-platform-launcher'
9494}
9595
You can’t perform that action at this time.
0 commit comments