From b6e8e8f57b200448114b5a29ad677ab19f7290d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 17:17:23 +0000 Subject: [PATCH] Bump net.raphimc:ViaProxy from 3.4.4 to 3.4.5 Bumps [net.raphimc:ViaProxy](https://github.com/ViaVersion/ViaProxy) from 3.4.4 to 3.4.5. - [Release notes](https://github.com/ViaVersion/ViaProxy/releases) - [Commits](https://github.com/ViaVersion/ViaProxy/compare/v3.4.4...v3.4.5) --- updated-dependencies: - dependency-name: net.raphimc:ViaProxy dependency-version: 3.4.5 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 79e6df4..f30926b 100644 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,7 @@ repositories { } dependencies { - implementation("net.raphimc:ViaProxy:3.4.4") { + implementation("net.raphimc:ViaProxy:3.4.5") { transitive = false }