We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0afd98d + 342c762 commit 4340883Copy full SHA for 4340883
1 file changed
build.gradle
@@ -57,12 +57,12 @@ dependencies {
57
implementation 'com.maxmind.db:maxmind-db:3.2.0'
58
59
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.0'
60
- testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.12.2'
+ testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.0'
61
testImplementation 'org.mockito:mockito-core:5.18.0'
62
63
integrationTestImplementation 'io.rest-assured:rest-assured:5.5.5'
64
integrationTestImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.0'
65
- integrationTestRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.12.2'
+ integrationTestRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.0'
66
}
67
68
publishing {
0 commit comments