From 4802c847da398c6204f2c3a2f1bf6f9d64e73a8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 15:48:25 +0000 Subject: [PATCH] Bump net.raphimc:ViaProxy from 3.4.10 to 3.4.11 Bumps [net.raphimc:ViaProxy](https://github.com/ViaVersion/ViaProxy) from 3.4.10 to 3.4.11. - [Release notes](https://github.com/ViaVersion/ViaProxy/releases) - [Commits](https://github.com/ViaVersion/ViaProxy/compare/v3.4.10...v3.4.11) --- updated-dependencies: - dependency-name: net.raphimc:ViaProxy dependency-version: 3.4.11 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 41b72f9..9bb4f6c 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ plugins { } dependencies { - implementation("net.raphimc:ViaProxy:3.4.10") { + implementation("net.raphimc:ViaProxy:3.4.11") { transitive = false } }