Skip to content

Commit

Permalink
Merge pull request #116 from ipregistry/dependabot/gradle/org.junit.j…
Browse files Browse the repository at this point in the history
…upiter-junit-jupiter-engine-5.11.3

Bump org.junit.jupiter:junit-jupiter-engine from 5.11.2 to 5.11.3
  • Loading branch information
github-actions[bot] authored Oct 21, 2024
2 parents 6623490 + 7aaf806 commit c9282e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@ dependencies {
implementation 'com.maxmind.db:maxmind-db:3.1.1'

testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.3'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.3'
testImplementation 'org.mockito:mockito-core:5.14.2'

integrationTestImplementation 'io.rest-assured:rest-assured:5.5.0'
integrationTestImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.3'
integrationTestRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.2'
integrationTestRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.3'
}

publishing {
Expand Down

0 comments on commit c9282e0

Please sign in to comment.