From e3105b84f83c9e68265590dcc977d32b629cdbb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 15:33:10 +0000 Subject: [PATCH] Bump net.raphimc:ViaProxy from 3.4.0 to 3.4.1 Bumps [net.raphimc:ViaProxy](https://github.com/ViaVersion/ViaProxy) from 3.4.0 to 3.4.1. - [Release notes](https://github.com/ViaVersion/ViaProxy/releases) - [Commits](https://github.com/ViaVersion/ViaProxy/compare/v3.4.0...v3.4.1) --- updated-dependencies: - dependency-name: net.raphimc:ViaProxy 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 e3862ea..c05bdb3 100644 --- a/build.gradle +++ b/build.gradle @@ -28,7 +28,7 @@ repositories { } dependencies { - implementation "net.raphimc:ViaProxy:3.4.0" + implementation "net.raphimc:ViaProxy:3.4.1" } processResources {