From ca006bd39b44ae70ad9c733ca5b731f48eb7d43f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 17:01:15 +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 073175b1..45f03f05 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.2' + 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'