We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fe652e commit b14a556Copy full SHA for b14a556
1 file changed
build.gradle
@@ -83,7 +83,7 @@ dependencies {
83
// Test dependencies
84
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.2'
85
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.2'
86
- testImplementation 'org.mockito:mockito-core:4.11.0'
+ testImplementation 'org.mockito:mockito-core:5.14.2'
87
testImplementation 'com.github.seeseemelk:MockBukkit-v1.19:2.144.3'
88
testImplementation 'org.assertj:assertj-core:3.24.1'
89
0 commit comments