From 2a1de5737f1889b2c3399741ac56ca134720896b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Mar 2023 00:02:25 +0000 Subject: [PATCH] Build(deps): Bump com.github.walkyst:lavaplayer-fork Bumps com.github.walkyst:lavaplayer-fork from 1.3.99.1 to 1.4.0. --- updated-dependencies: - dependency-name: com.github.walkyst:lavaplayer-fork dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a97a7fe..01eb9f8 100644 --- a/build.gradle +++ b/build.gradle @@ -68,7 +68,7 @@ dependencies { // ClientLib compileOnly 'com.github.NeoBotDevelopment:NeoBotApi:1.1.0' implementation 'com.squareup.okhttp3:okhttp:4.10.0' - api 'com.github.walkyst:lavaplayer-fork:1.3.99.1' + api 'com.github.walkyst:lavaplayer-fork:1.4.0' // Parser implementation 'com.google.code.gson:gson:2.10'