From d711837565a89004d698abede52d09d07d81c2a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 07:45:12 +0000 Subject: [PATCH] build(deps): bump maven.modrinth:pl3xmap from 1.20.2-475 to 1.20.4-476 Bumps maven.modrinth:pl3xmap from 1.20.2-475 to 1.20.4-476. --- updated-dependencies: - dependency-name: maven.modrinth:pl3xmap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- common/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/build.gradle b/common/build.gradle index 63fbda55..d00fed94 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -26,7 +26,7 @@ dependencies { compileOnly "redis.clients:jedis:$jedis_version" compileOnly 'com.github.BlueMap-Minecraft:BlueMapAPI:2.6.2' compileOnly 'us.dynmap:DynmapCoreAPI:3.4' - compileOnly 'maven.modrinth:pl3xmap:1.20.2-475' + compileOnly 'maven.modrinth:pl3xmap:1.20.4-476' compileOnly 'com.github.plan-player-analytics:Plan:5.5.2150' testImplementation 'com.github.plan-player-analytics:Plan:5.5.2150'