Skip to content
This repository was archived by the owner on Oct 2, 2024. It is now read-only.

Commit ffab75b

Browse files
Update all dependencies (#39)
1 parent aacb98f commit ffab75b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
java-version: '11'
3030
distribution: 'temurin'
3131
- name: Build with Gradle
32-
uses: gradle/gradle-build-action@67421db6bd0bf253fb4bd25b31ebb98943c375e1
32+
uses: gradle/gradle-build-action@1b2daf58338ede8c62b0fa54355d1f515f659ad8
3333
with:
3434
arguments: build

build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ dependencies {
2727

2828
// kyori adventure
2929
implementation("net.kyori:adventure-platform-bukkit:4.3.0")
30-
implementation("net.kyori:adventure-text-minimessage:4.13.1")
30+
implementation("net.kyori:adventure-text-minimessage:4.14.0")
3131

3232
// litecommands
33-
implementation("dev.rollczi.litecommands:bukkit-adventure:2.8.7")
33+
implementation("dev.rollczi.litecommands:bukkit-adventure:2.8.8")
3434

3535
// cdn
3636
implementation("net.dzikoysk:cdn:1.14.4")
@@ -39,7 +39,7 @@ dependencies {
3939
implementation("org.bstats:bstats-bukkit:3.0.2")
4040

4141
// triumph gui
42-
implementation("dev.triumphteam:triumph-gui:3.1.4")
42+
implementation("dev.triumphteam:triumph-gui:3.1.5")
4343

4444
// HikariCP
4545
implementation("com.zaxxer:HikariCP:5.0.1")
@@ -48,7 +48,7 @@ dependencies {
4848
implementation("com.mysql:mysql-connector-j:8.0.33")
4949

5050
// protocollib
51-
compileOnly("com.comphenix.protocol:ProtocolLib:5.0.0-SNAPSHOT")
51+
compileOnly("com.comphenix.protocol:ProtocolLib:5.0.0")
5252
}
5353

5454
tasks.withType<JavaCompile> {

0 commit comments

Comments
 (0)