Skip to content

Commit

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

Bump org.junit.jupiter:junit-jupiter-engine from 5.11.1 to 5.11.2
  • Loading branch information
github-actions[bot] authored Oct 7, 2024
2 parents b1e5a12 + 80cf715 commit 07ad78a
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.1'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.1'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.2'
testImplementation 'org.mockito:mockito-core:5.14.1'

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

publishing {
Expand Down

0 comments on commit 07ad78a

Please sign in to comment.