Skip to content

Commit

Permalink
Merge pull request #42 from igniterealtime/dependabot/gradle/org.mock…
Browse files Browse the repository at this point in the history
…ito-mockito-junit-jupiter-5.16.0

Bump org.mockito:mockito-junit-jupiter from 5.15.2 to 5.16.0
  • Loading branch information
GregDThomas authored Mar 10, 2025
2 parents e2c2c7b + 3f093f5 commit 2723a12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ dependencies {

testImplementation platform('org.junit:junit-bom:5.12.0')
testImplementation 'org.junit.jupiter:junit-jupiter-api'
testImplementation 'org.mockito:mockito-junit-jupiter:5.15.2'
testImplementation 'org.mockito:mockito-junit-jupiter:5.16.0'
testImplementation 'org.assertj:assertj-core:3.27.3'

testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
Expand Down

0 comments on commit 2723a12

Please sign in to comment.