Skip to content

Commit 2deedeb

Browse files
Merge pull request #155 from ipregistry/dependabot/gradle/org.junit.jupiter-junit-jupiter-api-5.13.2
Bump org.junit.jupiter:junit-jupiter-api from 5.13.1 to 5.13.2
2 parents 0f3e3c5 + 9c65dae commit 2deedeb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

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

59-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.1'
60-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.1'
59+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.2'
60+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.2'
6161
testImplementation 'org.mockito:mockito-core:5.18.0'
6262

6363
integrationTestImplementation 'io.rest-assured:rest-assured:5.5.5'
64-
integrationTestImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.1'
65-
integrationTestRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.1'
64+
integrationTestImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.2'
65+
integrationTestRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.2'
6666
}
6767

6868
publishing {

0 commit comments

Comments
 (0)