We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7035c74 + ea1128b commit 3ec6c62Copy full SHA for 3ec6c62
1 file changed
build.gradle
@@ -56,12 +56,12 @@ dependencies {
56
implementation 'org.apache.httpcomponents.client5:httpclient5-fluent:5.4.2'
57
implementation 'com.maxmind.db:maxmind-db:3.1.1'
58
59
- testImplementation 'org.junit.jupiter:junit-jupiter-api:5.12.0'
+ testImplementation 'org.junit.jupiter:junit-jupiter-api:5.12.1'
60
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.12.0'
61
testImplementation 'org.mockito:mockito-core:5.15.2'
62
63
integrationTestImplementation 'io.rest-assured:rest-assured:5.5.1'
64
- integrationTestImplementation 'org.junit.jupiter:junit-jupiter-api:5.12.0'
+ integrationTestImplementation 'org.junit.jupiter:junit-jupiter-api:5.12.1'
65
integrationTestRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.12.0'
66
}
67
0 commit comments