From 21f8796b7f0456cdace43a0e33f0403d6971ad81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 17:16:56 +0000 Subject: [PATCH] Bump com.github.nova-video-player:sardine-android from 0.0.3 to 0.9 Bumps [com.github.nova-video-player:sardine-android](https://github.com/nova-video-player/sardine-android) from 0.0.3 to 0.9. - [Commits](https://github.com/nova-video-player/sardine-android/compare/v0.0.3...v0.9) --- updated-dependencies: - dependency-name: com.github.nova-video-player:sardine-android 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 df5c65c..45f03f0 100644 --- a/build.gradle +++ b/build.gradle @@ -107,7 +107,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.7' - implementation 'com.github.nova-video-player:sardine-android:0.0.3' + implementation 'com.github.nova-video-player:sardine-android:0.9' implementation 'com.hierynomus:smbj:0.13.0' implementation 'com.hierynomus:sshj:0.38.0' implementation 'oro:oro:2.0.8'