From 7b7d1d32224958b536e23afe98b255ea69be1b8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 19:12:23 +0000 Subject: [PATCH] Bump com.github.MilkBowl:VaultAPI from 1.7 to 1.7.1 in /plugin Bumps [com.github.MilkBowl:VaultAPI](https://github.com/MilkBowl/VaultAPI) from 1.7 to 1.7.1. - [Release notes](https://github.com/MilkBowl/VaultAPI/releases) - [Commits](https://github.com/MilkBowl/VaultAPI/compare/1.7...1.7.1) --- updated-dependencies: - dependency-name: com.github.MilkBowl:VaultAPI dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- plugin/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/build.gradle.kts b/plugin/build.gradle.kts index f71f6c7..576934a 100644 --- a/plugin/build.gradle.kts +++ b/plugin/build.gradle.kts @@ -32,7 +32,7 @@ dependencies { implementation(rootProject) implementation("org.bstats:bstats-bukkit:3.0.2") - implementation("com.github.MilkBowl:VaultAPI:1.7") + implementation("com.github.MilkBowl:VaultAPI:1.7.1") testImplementation(platform("org.junit:junit-bom:5.10.3")) testImplementation("org.junit.jupiter:junit-jupiter")