We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 29f140b + 2808939 commit 0afd98dCopy full SHA for 0afd98d
1 file changed
build.gradle
@@ -56,12 +56,12 @@ dependencies {
56
implementation 'org.apache.httpcomponents.client5:httpclient5-fluent:5.5'
57
implementation 'com.maxmind.db:maxmind-db:3.2.0'
58
59
- testImplementation 'org.junit.jupiter:junit-jupiter-api:5.12.2'
+ testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.0'
60
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.12.2'
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.12.2'
+ integrationTestImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.0'
65
integrationTestRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.12.2'
66
}
67
0 commit comments