Skip to content

Commit 3ec6c62

Browse files
Merge pull request #132 from ipregistry/dependabot/gradle/org.junit.jupiter-junit-jupiter-api-5.12.1
Bump org.junit.jupiter:junit-jupiter-api from 5.12.0 to 5.12.1
2 parents 7035c74 + ea1128b commit 3ec6c62

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@ dependencies {
5656
implementation 'org.apache.httpcomponents.client5:httpclient5-fluent:5.4.2'
5757
implementation 'com.maxmind.db:maxmind-db:3.1.1'
5858

59-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.12.0'
59+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.12.1'
6060
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.12.0'
6161
testImplementation 'org.mockito:mockito-core:5.15.2'
6262

6363
integrationTestImplementation 'io.rest-assured:rest-assured:5.5.1'
64-
integrationTestImplementation 'org.junit.jupiter:junit-jupiter-api:5.12.0'
64+
integrationTestImplementation 'org.junit.jupiter:junit-jupiter-api:5.12.1'
6565
integrationTestRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.12.0'
6666
}
6767

0 commit comments

Comments
 (0)