From 38ed1695b271fe47c75da91db1e70603a4fd111a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Dec 2025 02:11:43 +0000 Subject: [PATCH] Bump net.raphimc:ViaProxy from 3.4.7 to 3.4.8 Bumps [net.raphimc:ViaProxy](https://github.com/ViaVersion/ViaProxy) from 3.4.7 to 3.4.8. - [Release notes](https://github.com/ViaVersion/ViaProxy/releases) - [Commits](https://github.com/ViaVersion/ViaProxy/compare/v3.4.7...v3.4.8) --- updated-dependencies: - dependency-name: net.raphimc:ViaProxy dependency-version: 3.4.8 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 5fa1952..cd2d69b 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ repositories { } dependencies { - implementation("net.raphimc:ViaProxy:3.4.7") { + implementation("net.raphimc:ViaProxy:3.4.8") { transitive = false }