Skip to content

Commit

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

Bump org.junit.jupiter:junit-jupiter-api from 5.11.1 to 5.11.2
  • Loading branch information
github-actions[bot] authored Oct 7, 2024
2 parents 07ad78a + 425daa7 commit 3b44ccf
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 @@ -56,12 +56,12 @@ dependencies {
implementation 'org.apache.httpcomponents.client5:httpclient5-fluent:5.4'
implementation 'com.maxmind.db:maxmind-db:3.1.1'

testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.1'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.2'
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'
integrationTestImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.2'
integrationTestRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.2'
}

Expand Down

0 comments on commit 3b44ccf

Please sign in to comment.