From 4f97ddf41da328477d38fab556c09e877e07ba4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 19:53:48 +0000 Subject: [PATCH] deps: bump com.github.plan-player-analytics:Plan (#30) Bumps [com.github.plan-player-analytics:Plan](https://github.com/plan-player-analytics/Plan) from 5.5.2391 to 5.6.2614. - [Release notes](https://github.com/plan-player-analytics/Plan/releases) - [Commits](https://github.com/plan-player-analytics/Plan/compare/5.5.2391...5.6.2614) --- updated-dependencies: - dependency-name: com.github.plan-player-analytics:Plan 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> --- common/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/build.gradle b/common/build.gradle index d9d72375..b0dd439e 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -28,9 +28,9 @@ dependencies { compileOnly 'com.github.BlueMap-Minecraft:BlueMapAPI:2.6.2' compileOnly 'us.dynmap:DynmapCoreAPI:3.6' compileOnly 'maven.modrinth:pl3xmap:1.20.4-479' - compileOnly 'com.github.plan-player-analytics:Plan:5.5.2391' + compileOnly 'com.github.plan-player-analytics:Plan:5.6.2614' - testImplementation 'com.github.plan-player-analytics:Plan:5.5.2391' + testImplementation 'com.github.plan-player-analytics:Plan:5.6.2614' compileOnly "org.xerial:sqlite-jdbc:$sqlite_driver_version" compileOnly "com.mysql:mysql-connector-j:$mysql_driver_version"