From dc7c6861408d5497b4af8e5502ad3ac28f8f4bef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 06:10:05 +0000 Subject: [PATCH] Bump org.jmdns:jmdns from 3.5.8 to 3.5.9 Bumps [org.jmdns:jmdns](https://github.com/jmdns/jmdns) from 3.5.8 to 3.5.9. - [Release notes](https://github.com/jmdns/jmdns/releases) - [Changelog](https://github.com/jmdns/jmdns/blob/main/CHANGELOG.txt) - [Commits](https://github.com/jmdns/jmdns/compare/3.5.8...3.5.9) --- updated-dependencies: - dependency-name: org.jmdns:jmdns dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- mobile/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/build.gradle b/mobile/build.gradle index cc8c046a59..6c2f9234aa 100644 --- a/mobile/build.gradle +++ b/mobile/build.gradle @@ -164,7 +164,7 @@ dependencies { implementation "androidx.media3:media3-exoplayer:$media3_version" implementation "androidx.media3:media3-ui:$media3_version" implementation "androidx.media3:media3-exoplayer-hls:$media3_version" - implementation "org.jmdns:jmdns:3.5.8" + implementation "org.jmdns:jmdns:3.5.9" implementation "com.squareup.okhttp3:okhttp:$ok_http_version" implementation "com.squareup.okhttp3:logging-interceptor:$ok_http_version" implementation "com.squareup.okhttp3:okhttp-sse:$ok_http_version"