Skip to content

Commit

Permalink
fix(deps): update dependency org.mockito:mockito-core to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 20, 2024
1 parent 8fe652e commit b14a556
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 @@ -83,7 +83,7 @@ dependencies {
// Test dependencies
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.2'
testImplementation 'org.mockito:mockito-core:4.11.0'
testImplementation 'org.mockito:mockito-core:5.14.2'
testImplementation 'com.github.seeseemelk:MockBukkit-v1.19:2.144.3'
testImplementation 'org.assertj:assertj-core:3.24.1'

Expand Down

0 comments on commit b14a556

Please sign in to comment.