From bf345794678e20342ac0c5cc75b3177ff9dd3b9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Aug 2022 23:46:56 +0000 Subject: [PATCH] build(deps): Bump MiniPlaceholders from 1.2.1 to 1.3.1 in /velocity Bumps [MiniPlaceholders](https://github.com/MiniPlaceholders/MiniPlaceholders) from 1.2.1 to 1.3.1. - [Release notes](https://github.com/MiniPlaceholders/MiniPlaceholders/releases) - [Commits](https://github.com/MiniPlaceholders/MiniPlaceholders/compare/1.2.1...1.3.1) --- updated-dependencies: - dependency-name: com.github.4drian3d:MiniPlaceholders dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- velocity/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/velocity/build.gradle.kts b/velocity/build.gradle.kts index f322f77..01a9157 100644 --- a/velocity/build.gradle.kts +++ b/velocity/build.gradle.kts @@ -12,7 +12,7 @@ dependencies { compileOnly(project(":authmevelocity-common")) compileOnly(project(":authmevelocity-api-velocity")) compileOnly("com.velocitypowered:velocity-api:3.1.2-SNAPSHOT") - compileOnly("com.github.4drian3d:MiniPlaceholders:1.2.1") + compileOnly("com.github.4drian3d:MiniPlaceholders:1.3.1") compileOnly("com.github.games647:fastlogin.velocity:1.11-SNAPSHOT") shadow("net.byteflux:libby-velocity:1.1.5") shadow("org.bstats:bstats-velocity:3.0.0")