Skip to content

Commit 8a329aa

Browse files
fix(deps): update dependency com.github.milkbowl:vaultapi to v1.7.1
1 parent 22cb7a7 commit 8a329aa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies {
3434
// Other dependencies that are not required or already available at runtime
3535
compileOnly("org.projectlombok:lombok:1.18.42")
3636
compileOnly("org.spigotmc:spigot-api:1.21.4-R0.1-SNAPSHOT")
37-
compileOnly("com.github.MilkBowl:VaultAPI:1.7")
37+
compileOnly("com.github.MilkBowl:VaultAPI:1.7.1")
3838
compileOnly("me.clip:placeholderapi:2.12.2")
3939
compileOnly("dev.rosewood:rosestacker:1.5.38")
4040
compileOnly("com.bgsoftware:WildStackerAPI:2025.2")
@@ -51,7 +51,7 @@ dependencies {
5151
testImplementation(platform("org.junit:junit-bom:6.0.3"))
5252
testImplementation("org.junit.jupiter:junit-jupiter:6.0.3")
5353
testImplementation("com.github.seeseemelk:MockBukkit-v1.18:2.85.2")
54-
testImplementation("com.github.MilkBowl:VaultAPI:1.7")
54+
testImplementation("com.github.MilkBowl:VaultAPI:1.7.1")
5555
}
5656

5757
tasks {

0 commit comments

Comments
 (0)