From 7a7f2cb9b45001b78216068e43c958a631ed4db5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 23 Jul 2021 20:26:37 +0000 Subject: [PATCH] Bump java-youtube-downloader from 2.2.0 to 3.0.1 Bumps [java-youtube-downloader](https://github.com/sealedtx/java-youtube-downloader) from 2.2.0 to 3.0.1. - [Release notes](https://github.com/sealedtx/java-youtube-downloader/releases) - [Commits](https://github.com/sealedtx/java-youtube-downloader/compare/2.2.0...3.0.1) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7ddea4a..6b2ebd2 100644 --- a/build.gradle +++ b/build.gradle @@ -32,7 +32,7 @@ allprojects { //implementation "ws.schild:jave-nativebin-linux64:2.7.3" //implementation "ws.schild:jave-nativebin-osx64:2.7.3" - implementation "com.github.sealedtx:java-youtube-downloader:2.5.2" + implementation "com.github.sealedtx:java-youtube-downloader:3.0.1" } // btw: File -> Settings -> Build, Execution, Deployment -> Build Tools -> Gradle