From 9097542d7f8b52aaba8d83a430acbd8d94e5d347 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 May 2025 20:34:45 +0000 Subject: [PATCH] Bump com.github.nova-video-player:sardine-android from 0.0.2 to v0.9 Bumps com.github.nova-video-player:sardine-android from 0.0.2 to v0.9. --- updated-dependencies: - dependency-name: com.github.nova-video-player:sardine-android dependency-version: v0.9 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f5126f1..f318f7f 100644 --- a/build.gradle +++ b/build.gradle @@ -113,7 +113,7 @@ dependencies { // desugar is needed no avoid commons-net java.time.Duration ClassNotFoundException after 3.8.0 implementation 'commons-net:commons-net:3.11.1' implementation 'com.jakewharton.threetenabp:threetenabp:1.4.9' - implementation 'com.github.nova-video-player:sardine-android:0.0.2' + implementation 'com.github.nova-video-player:sardine-android:0.9' implementation 'com.hierynomus:smbj:0.14.0' implementation 'com.hierynomus:sshj:0.40.0' implementation 'oro:oro:2.0.8'