diff --git a/ps-cloudnet3/build.gradle b/ps-cloudnet3/build.gradle index 983f370..18922a1 100644 --- a/ps-cloudnet3/build.gradle +++ b/ps-cloudnet3/build.gradle @@ -26,7 +26,7 @@ dependencies { annotationProcessor project(':ps-api-annotation-processor') compileOnly project(':ps-common') compileOnly 'de.dytanic.cloudnet:cloudnet-driver:3.4.3-RELEASE' - compileOnly 'de.dytanic.cloudnet:cloudnet-bridge:3.4.3-RELEASE' + compileOnly 'de.dytanic.cloudnet:cloudnet-bridge:3.4.5-RELEASE' compileOnly 'de.dytanic.cloudnet:cloudnet-wrapper-jvm:3.4.3-RELEASE' }