Skip to content

Commit ac2a55e

Browse files
GH-126 Update all dependencies
* Update all dependencies * Update build.gradle.kts --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jakub Kędziora <[email protected]>
1 parent 83571ff commit ac2a55e

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

build.gradle.kts

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
`java-library`
33
id("net.minecrell.plugin-yml.bukkit") version "0.6.0"
44
id("xyz.jpenilla.run-paper") version "2.3.1"
5-
id("com.gradleup.shadow") version "8.3.8"
5+
id("com.gradleup.shadow") version "9.0.1"
66
}
77

88
group = "com.eternalcode"
@@ -24,17 +24,17 @@ repositories {
2424
dependencies {
2525
// minecraft development api
2626
compileOnly("org.spigotmc:spigot-api:1.21.5-R0.1-SNAPSHOT")
27-
implementation("net.kyori:adventure-platform-bukkit:4.4.0")
28-
implementation("net.kyori:adventure-text-minimessage:4.23.0")
29-
implementation("dev.rollczi:litecommands-bukkit:3.10.2")
30-
implementation("dev.rollczi:litecommands-adventure:3.10.2")
27+
implementation("net.kyori:adventure-platform-bukkit:4.4.1")
28+
implementation("net.kyori:adventure-text-minimessage:4.24.0")
29+
implementation("dev.rollczi:litecommands-bukkit:3.10.4")
30+
implementation("dev.rollczi:litecommands-adventure:3.10.4")
3131

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

3535
// gui
3636
implementation("dev.triumphteam:triumph-gui:3.1.11")
37-
implementation("de.rapha149.signgui:signgui:2.5.3")
37+
implementation("de.rapha149.signgui:signgui:2.5.4")
3838

3939
// CDN
4040
implementation("net.dzikoysk:cdn:1.14.9")
@@ -47,10 +47,10 @@ dependencies {
4747

4848
// metrics and sentry
4949
implementation("org.bstats:bstats-bukkit:3.1.0")
50-
implementation("io.sentry:sentry:8.16.0")
50+
implementation("io.sentry:sentry:8.18.0")
5151

5252
// database
53-
implementation("com.zaxxer:HikariCP:6.3.0")
53+
implementation("com.zaxxer:HikariCP:7.0.1")
5454
implementation("com.j256.ormlite:ormlite-jdbc:6.1")
5555
implementation("com.h2database:h2:2.3.232")
5656
implementation("org.postgresql:postgresql:42.7.7")
@@ -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.7")
79-
implementation("com.eternalcode:eternalcode-commons-bukkit:1.1.7")
78+
implementation("com.eternalcode:eternalcode-commons-adventure:1.2.0")
79+
implementation("com.eternalcode:eternalcode-commons-bukkit:1.2.0")
8080

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")
81+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.13.4")
82+
testImplementation("org.junit.jupiter:junit-jupiter-params:5.13.4")
83+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.13.4")
8484
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
8585

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

gradle/wrapper/gradle-wrapper.jar

1.65 KB
Binary file not shown.

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.3-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.0.0-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
#
4-
# Copyright © 2015-2021 the original authors.
4+
# Copyright © 2015 the original authors.
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)