From bedaad24f027307e3c02768723f690515c03da53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Jan 2026 13:37:42 +0000 Subject: [PATCH] build(deps): bump org.jmdns:jmdns from 3.6.1 to 3.6.2 Bumps [org.jmdns:jmdns](https://github.com/jmdns/jmdns) from 3.6.1 to 3.6.2. - [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.6.1...3.6.2) --- updated-dependencies: - dependency-name: org.jmdns:jmdns dependency-version: 3.6.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- buttplug4j.utils.mdns/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buttplug4j.utils.mdns/build.gradle b/buttplug4j.utils.mdns/build.gradle index ae08bf6..f92fcac 100644 --- a/buttplug4j.utils.mdns/build.gradle +++ b/buttplug4j.utils.mdns/build.gradle @@ -11,7 +11,7 @@ repositories { } dependencies { - api 'org.jmdns:jmdns:3.6.1' + api 'org.jmdns:jmdns:3.6.3' api 'org.slf4j:slf4j-simple:2.0.17' testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4' testImplementation project(':buttplug4j.utils.test')