From ba94e6d32afa60d6a966107b550e9f38c65308d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Dec 2022 23:07:12 +0000 Subject: [PATCH] Build(deps): Bump lavaplayer-fork from 1.3.99.1 to 1.3.99.2 Bumps lavaplayer-fork from 1.3.99.1 to 1.3.99.2. --- updated-dependencies: - dependency-name: com.github.walkyst:lavaplayer-fork dependency-type: direct:production update-type: version-update:semver-patch ... 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..bfb775c 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.3.99.2' // Parser implementation 'com.google.code.gson:gson:2.10'