From 7e9c4b63f5fe90b3f1ee1062e426ac41d1d3d6c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 06:34:47 +0000 Subject: [PATCH] Bump net.raphimc:ViaProxy from 3.4.9-SNAPSHOT to 3.4.10-SNAPSHOT Bumps net.raphimc:ViaProxy from 3.4.9-SNAPSHOT to 3.4.10-SNAPSHOT. --- updated-dependencies: - dependency-name: net.raphimc:ViaProxy dependency-version: 3.4.10-SNAPSHOT dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 128225d..3cbb028 100644 --- a/build.gradle +++ b/build.gradle @@ -37,7 +37,7 @@ repositories { } dependencies { - implementation("net.raphimc:ViaProxy:3.4.9-SNAPSHOT") { + implementation("net.raphimc:ViaProxy:3.4.10-SNAPSHOT") { transitive = false }