Skip to content

Commit

Permalink
Merge pull request #124 from iTitus/dependabot/gradle/org.mockito-moc…
Browse files Browse the repository at this point in the history
…kito-core-5.15.2

Bump org.mockito:mockito-core from 5.14.2 to 5.15.2
  • Loading branch information
iTitus authored Jan 3, 2025
2 parents 7e5ec67 + 2bd3cd4 commit e22ddda
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 @@ -29,7 +29,7 @@ dependencies {
testImplementation platform('org.junit:junit-bom:5.11.4')
testImplementation 'org.junit.jupiter:junit-jupiter'
testImplementation 'org.assertj:assertj-core:3.27.1'
testImplementation 'org.mockito:mockito-core:5.14.2'
testImplementation 'org.mockito:mockito-core:5.15.2'
}

test {
Expand Down

0 comments on commit e22ddda

Please sign in to comment.