Skip to content

Commit 6b29dac

Browse files
GH-92 Update all dependencies (#92)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f9a4712 commit 6b29dac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies {
2525
testImplementation("org.spigotmc:spigot-api:$spigotApiVersion")
2626

2727
// Kyori Adventure & MiniMessage
28-
val adventureVersion = "4.3.0"
28+
val adventureVersion = "4.3.1"
2929
val miniMessageVersion = "4.14.0"
3030
implementation("net.kyori:adventure-platform-bukkit:$adventureVersion")
3131
implementation("net.kyori:adventure-text-minimessage:$miniMessageVersion")
@@ -44,7 +44,7 @@ dependencies {
4444
implementation("org.bstats:bstats-bukkit:3.0.2")
4545

4646
// PlaceholderAPI & Vault
47-
compileOnly("me.clip:placeholderapi:2.11.3")
47+
compileOnly("me.clip:placeholderapi:2.11.4")
4848
compileOnly("com.github.MilkBowl:VaultAPI:1.7.1")
4949

5050
// GitCheck

0 commit comments

Comments
 (0)