From 0c72adb694b9f05e136a7fcba09f4d9e1d24abc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 15:19:27 +0000 Subject: [PATCH] Bump net.raphimc:ViaProxy from 3.3.7 to 3.4.0 Bumps [net.raphimc:ViaProxy](https://github.com/ViaVersion/ViaProxy) from 3.3.7 to 3.4.0. - [Release notes](https://github.com/ViaVersion/ViaProxy/releases) - [Commits](https://github.com/ViaVersion/ViaProxy/compare/v3.3.7...v3.4.0) --- updated-dependencies: - dependency-name: net.raphimc:ViaProxy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3132060..e3862ea 100644 --- a/build.gradle +++ b/build.gradle @@ -28,7 +28,7 @@ repositories { } dependencies { - implementation "net.raphimc:ViaProxy:3.3.7" + implementation "net.raphimc:ViaProxy:3.4.0" } processResources {