We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3fea5ca + c6c7f6e commit 086fe6eCopy full SHA for 086fe6e
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.13.0'
+ testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.1'
60
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.1'
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'
+ integrationTestImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.1'
65
integrationTestRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.1'
66
}
67
0 commit comments