Skip to content

Commit

Permalink
Merge pull request #9 from RobertoGraham/dependabot/gradle/org.mockit…
Browse files Browse the repository at this point in the history
…o-mockito-junit-jupiter-5.12.0

⬆️ Bump org.mockito:mockito-junit-jupiter from 5.11.0 to 5.12.0
  • Loading branch information
RobertoGraham authored May 13, 2024
2 parents f5b88ba + c47a082 commit eeffeb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ dependencies {
implementation("org.bouncycastle:bcpkix-jdk18on:1.78.1")
testImplementation(platform("org.junit:junit-bom:5.10.2"))
testImplementation("org.junit.jupiter:junit-jupiter")
testImplementation("org.mockito:mockito-junit-jupiter:5.11.0")
testImplementation("org.mockito:mockito-junit-jupiter:5.12.0")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
}

Expand Down

0 comments on commit eeffeb7

Please sign in to comment.