From 6e2c33303a710c896ae73bc5c82f909409c702b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Aug 2022 23:53:39 +0000 Subject: [PATCH] build(deps): Bump MiniPlaceholders from 1.1.1 to 1.2.1 in /paper Bumps [MiniPlaceholders](https://github.com/MiniPlaceholders/MiniPlaceholders) from 1.1.1 to 1.2.1. - [Release notes](https://github.com/MiniPlaceholders/MiniPlaceholders/releases) - [Commits](https://github.com/MiniPlaceholders/MiniPlaceholders/compare/1.1.1...1.2.1) --- updated-dependencies: - dependency-name: com.github.4drian3d:MiniPlaceholders dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- paper/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paper/build.gradle.kts b/paper/build.gradle.kts index 5e44e44..692af40 100644 --- a/paper/build.gradle.kts +++ b/paper/build.gradle.kts @@ -14,7 +14,7 @@ dependencies { compileOnly(project(":authmevelocity-api-paper")) compileOnly("io.papermc.paper:paper-api:1.19.1-R0.1-SNAPSHOT") compileOnly("fr.xephi:authme:5.6.0-SNAPSHOT") - compileOnly("com.github.4drian3d:MiniPlaceholders:1.1.1") + compileOnly("com.github.4drian3d:MiniPlaceholders:1.2.1") shadow("net.byteflux:libby-bukkit:1.1.5") }