diff --git a/build.gradle b/build.gradle index 8bbc4fa..9c86b01 100644 --- a/build.gradle +++ b/build.gradle @@ -25,7 +25,7 @@ dependencies { compileOnly "com.velocitypowered:velocity-api:3.3.0-SNAPSHOT" annotationProcessor "com.velocitypowered:velocity-api:3.3.0-SNAPSHOT" implementation 'redis.clients:jedis:5.2.0' // redis client - implementation 'com.rabbitmq:amqp-client:5.23.0' // Message broker + implementation 'com.rabbitmq:amqp-client:5.24.0' // Message broker implementation 'net.cytonic:Commons:1.6.2' implementation 'com.mysql:mysql-connector-j:9.1.0' //mysql connector implementation "org.projectlombok:lombok:1.18.36" // lombok