diff --git a/build.gradle b/build.gradle index 98c8b8c6..9f3210eb 100644 --- a/build.gradle +++ b/build.gradle @@ -123,7 +123,7 @@ dependencies { // Tests testImplementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.10' - testImplementation 'com.github.seeseemelk:MockBukkit-v1.20:3.20.0' + testImplementation 'com.github.seeseemelk:MockBukkit-v1.20:3.19.2' testImplementation('com.googlecode.json-simple:json-simple:1.1.1') { exclude group: 'junit', module: 'junit' }