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 @@ -56,13 +56,13 @@ dependencies {
5656 implementation ' org.apache.httpcomponents.client5:httpclient5-fluent:5.5'
5757 implementation ' com.maxmind.db:maxmind-db:3.2.0'
5858
59- testImplementation ' org.junit.jupiter:junit-jupiter-api:5.13.1 '
60- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.13.1 '
59+ testImplementation ' org.junit.jupiter:junit-jupiter-api:5.13.2 '
60+ testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.13.2 '
6161 testImplementation ' org.mockito:mockito-core:5.18.0'
6262
6363 integrationTestImplementation ' io.rest-assured:rest-assured:5.5.5'
64- integrationTestImplementation ' org.junit.jupiter:junit-jupiter-api:5.13.1 '
65- integrationTestRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.13.1 '
64+ integrationTestImplementation ' org.junit.jupiter:junit-jupiter-api:5.13.2 '
65+ integrationTestRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.13.2 '
6666}
6767
6868publishing {
You can’t perform that action at this time.
0 commit comments