From 8cb2e3c195420463c9886a723e7d2bf9b5e4f4e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 11:00:19 +0100 Subject: [PATCH] Bump net.raphimc:ViaProxy from 3.3.8-SNAPSHOT to 3.4.0-SNAPSHOT (#10) Bumps net.raphimc:ViaProxy from 3.3.8-SNAPSHOT to 3.4.0-SNAPSHOT. --- updated-dependencies: - dependency-name: net.raphimc:ViaProxy dependency-type: direct:production update-type: version-update:semver-minor ... 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 ad6d78e..c716568 100644 --- a/build.gradle +++ b/build.gradle @@ -37,7 +37,7 @@ repositories { } dependencies { - implementation "net.raphimc:ViaProxy:3.3.8-SNAPSHOT" + implementation "net.raphimc:ViaProxy:3.4.0-SNAPSHOT" include "net.java.dev.jna:jna:5.16.0"