From f6c56657977148de8ab3c0e97cd830a2f84877db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 12:08:00 +0000 Subject: [PATCH] Bump net.raphimc:ViaProxy from 3.3.7-SNAPSHOT to 3.3.8-SNAPSHOT Bumps net.raphimc:ViaProxy from 3.3.7-SNAPSHOT to 3.3.8-SNAPSHOT. --- 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 cb472a3..4eac26f 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ dependencies { compileOnly "com.google.code.findbugs:jsr305:3.0.2" compileOnly "org.jetbrains:annotations:26.0.1" compileOnly(annotationProcessor("org.projectlombok:lombok:1.18.36")) - compileOnly "net.raphimc:ViaProxy:3.3.7-SNAPSHOT" + compileOnly "net.raphimc:ViaProxy:3.3.8-SNAPSHOT" } processResources {