Skip to content

Commit 1f5f88f

Browse files
GH-125 Update all dependencies
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jakub Kędziora <[email protected]>
1 parent 375dc08 commit 1f5f88f

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

build.gradle.kts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ dependencies {
2626
compileOnly("org.spigotmc:spigot-api:1.21.7-R0.1-SNAPSHOT")
2727
implementation("net.kyori:adventure-platform-bukkit:4.4.0")
2828
implementation("net.kyori:adventure-text-minimessage:4.23.0")
29-
implementation("dev.rollczi:litecommands-bukkit:3.10.0")
30-
implementation("dev.rollczi:litecommands-adventure:3.10.0")
29+
implementation("dev.rollczi:litecommands-bukkit:3.10.2")
30+
implementation("dev.rollczi:litecommands-adventure:3.10.2")
3131

3232
// skull api
3333
implementation("dev.rollczi:liteskullapi:2.0.0")
3434

3535
// gui
36-
implementation("dev.triumphteam:triumph-gui:3.1.11")
36+
implementation("dev.triumphteam:triumph-gui:3.1.12")
3737
implementation("de.rapha149.signgui:signgui:2.5.3")
3838

3939
// CDN
@@ -75,12 +75,12 @@ dependencies {
7575
implementation("com.spotify:completable-futures:0.3.6")
7676

7777
// eternalcode-commons
78-
implementation("com.eternalcode:eternalcode-commons-adventure:1.1.6")
79-
implementation("com.eternalcode:eternalcode-commons-bukkit:1.1.6")
78+
implementation("com.eternalcode:eternalcode-commons-adventure:1.1.7")
79+
implementation("com.eternalcode:eternalcode-commons-bukkit:1.1.7")
8080

81-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.13.2")
82-
testImplementation("org.junit.jupiter:junit-jupiter-params:5.13.2")
83-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.13.2")
81+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.13.3")
82+
testImplementation("org.junit.jupiter:junit-jupiter-params:5.13.3")
83+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.13.3")
8484
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
8585

8686
testImplementation("org.testcontainers:junit-jupiter:1.21.3")

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)