Skip to content

Commit 3fea5ca

Browse files
Merge pull request #152 from ipregistry/dependabot/gradle/org.junit.jupiter-junit-jupiter-engine-5.13.1
Bump org.junit.jupiter:junit-jupiter-engine from 5.13.0 to 5.13.1
2 parents 4340883 + 0cfd0dd commit 3fea5ca

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
@@ -57,12 +57,12 @@ dependencies {
5757
implementation 'com.maxmind.db:maxmind-db:3.2.0'
5858

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

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

6868
publishing {

0 commit comments

Comments
 (0)