diff --git a/build.gradle b/build.gradle index 5ae952d..e099d73 100644 --- a/build.gradle +++ b/build.gradle @@ -29,10 +29,10 @@ dependencies { exclude module: 'annotation' exclude module: 'guava' } - compileOnly 'dev.simplix:protocolize-api:2.2.6' + compileOnly 'dev.simplix:protocolize-api:2.3.0' compileOnly 'net.luckperms:api:5.4' - compileOnly 'com.github.LeonMangler:PremiumVanishAPI:2.7.11-2' + compileOnly 'com.github.LeonMangler:PremiumVanishAPI:2.8.8' compileOnly 'dev.simplix.plugins:punishcontrol-api:2.0.1' implementation ('com.electronwill.night-config:yaml:3.6.6') { @@ -41,8 +41,8 @@ dependencies { compileOnly 'org.jetbrains:annotations:24.0.1' implementation 'javax.inject:javax.inject:1' - implementation 'com.google.dagger:dagger:2.46' - annotationProcessor 'com.google.dagger:dagger-compiler:2.46' + implementation 'com.google.dagger:dagger:2.46.1' + annotationProcessor 'com.google.dagger:dagger-compiler:2.46.1' } processResources {