Skip to content

Commit 233e37c

Browse files
Merge pull request #173 from ipregistry/dependabot/gradle/org.junit.jupiter-junit-jupiter-api-6.0.1
Bump org.junit.jupiter:junit-jupiter-api from 6.0.0 to 6.0.1
2 parents 8132344 + 69d917c commit 233e37c

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
@@ -82,14 +82,14 @@ dependencies {
8282
implementation 'org.apache.httpcomponents.client5:httpclient5-fluent:5.5.1'
8383
implementation 'com.maxmind.db:maxmind-db:3.2.0'
8484

85-
testImplementation 'org.junit.jupiter:junit-jupiter-api:6.0.0'
86-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:6.0.0'
85+
testImplementation 'org.junit.jupiter:junit-jupiter-api:6.0.1'
86+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:6.0.1'
8787
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
8888
testImplementation 'org.mockito:mockito-core:5.20.0'
8989

9090
integrationTestImplementation 'io.rest-assured:rest-assured:5.5.6'
91-
integrationTestImplementation 'org.junit.jupiter:junit-jupiter-api:6.0.0'
92-
integrationTestRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:6.0.0'
91+
integrationTestImplementation 'org.junit.jupiter:junit-jupiter-api:6.0.1'
92+
integrationTestRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:6.0.1'
9393
integrationTestRuntimeOnly 'org.junit.platform:junit-platform-launcher'
9494
}
9595

0 commit comments

Comments
 (0)