From 8a53cc2c22c358a5300c3c15982d3789c24bab5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 09:42:04 +0100 Subject: [PATCH] Bump net.raphimc:ViaProxy from 3.3.6-SNAPSHOT to 3.3.7-SNAPSHOT (#6) Bumps net.raphimc:ViaProxy from 3.3.6-SNAPSHOT to 3.3.7-SNAPSHOT. --- 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 c9ffa05..2be0195 100644 --- a/build.gradle +++ b/build.gradle @@ -37,7 +37,7 @@ repositories { } dependencies { - implementation "net.raphimc:ViaProxy:3.3.6-SNAPSHOT" + implementation "net.raphimc:ViaProxy:3.3.7-SNAPSHOT" include "net.java.dev.jna:jna:5.15.0"