Skip to content

Commit f4d616d

Browse files
Merge pull request #157 from ipregistry/dependabot/gradle/org.junit.jupiter-junit-jupiter-engine-5.13.3
Bump org.junit.jupiter:junit-jupiter-engine from 5.13.2 to 5.13.3
2 parents 51e4b3d + a09defd commit f4d616d

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.2'
60-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.2'
59+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.3'
60+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.3'
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.2'
65-
integrationTestRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.2'
64+
integrationTestImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.3'
65+
integrationTestRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.3'
6666
}
6767

6868
publishing {

0 commit comments

Comments
 (0)