From 4e2411499c92ddcde541b5f717e8d6a8ea5d6266 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 02:54:05 +0000 Subject: [PATCH] Bump net.raphimc:ViaProxy from 3.3.5 to 3.3.6 Bumps [net.raphimc:ViaProxy](https://github.com/ViaVersion/ViaProxy) from 3.3.5 to 3.3.6. - [Release notes](https://github.com/ViaVersion/ViaProxy/releases) - [Commits](https://github.com/ViaVersion/ViaProxy/compare/v3.3.5...v3.3.6) --- 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 833a3a3..0c379b0 100644 --- a/build.gradle +++ b/build.gradle @@ -45,7 +45,7 @@ repositories { } dependencies { - implementation "net.raphimc:ViaProxy:3.3.5" + implementation "net.raphimc:ViaProxy:3.3.6" include "com.github.AlexProgrammerDE.spark:spark-common:2ba922a171" }