From b3722a868df20bd16f65eaa94155716aac3d83be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 18:30:46 +0100 Subject: [PATCH] Bump net.raphimc:ViaProxy from 3.3.6 to 3.3.7 (#1) Bumps [net.raphimc:ViaProxy](https://github.com/ViaVersion/ViaProxy) from 3.3.6 to 3.3.7. - [Release notes](https://github.com/ViaVersion/ViaProxy/releases) - [Commits](https://github.com/ViaVersion/ViaProxy/compare/v3.3.6...v3.3.7) --- updated-dependencies: - dependency-name: net.raphimc:ViaProxy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f9618b4..3132060 100644 --- a/build.gradle +++ b/build.gradle @@ -28,7 +28,7 @@ repositories { } dependencies { - implementation "net.raphimc:ViaProxy:3.3.6" + implementation "net.raphimc:ViaProxy:3.3.7" } processResources {