Skip to content

Commit

Permalink
GH-106 Update all dependencies
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 29, 2024
1 parent 1870b93 commit 3a7ec93
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ dependencies {
compileOnly("org.spigotmc:spigot-api:1.21-R0.1-SNAPSHOT")
implementation("net.kyori:adventure-platform-bukkit:4.3.4")
implementation("net.kyori:adventure-text-minimessage:4.17.0")
implementation("dev.rollczi:litecommands-bukkit:3.5.0")
implementation("dev.rollczi:litecommands-adventure:3.5.0")
implementation("dev.rollczi:litecommands-bukkit:3.6.0")
implementation("dev.rollczi:litecommands-adventure:3.6.0")

// skull api
implementation("dev.rollczi:liteskullapi:1.3.0")
Expand All @@ -52,18 +52,18 @@ dependencies {
implementation("com.eternalcode:gitcheck:1.0.0")

// metrics and sentry
implementation("org.bstats:bstats-bukkit:3.0.3")
implementation("org.bstats:bstats-bukkit:3.1.0")
implementation("io.sentry:sentry:7.14.0")

// database
implementation("com.zaxxer:HikariCP:5.1.0")
implementation("com.zaxxer:HikariCP:6.0.0")

// lombok
compileOnly("org.projectlombok:lombok:1.18.34")
annotationProcessor("org.projectlombok:lombok:1.18.34")

// jetbrains annotations
api("org.jetbrains:annotations:24.1.0")
api("org.jetbrains:annotations:25.0.0")

// paperlib
implementation("io.papermc:paperlib:1.0.8")
Expand All @@ -80,9 +80,9 @@ dependencies {
// completable-futures
implementation("com.spotify:completable-futures:0.3.6")

testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.0")
testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.0")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.0")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.1")
testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.1")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.1")

testImplementation("org.testcontainers:junit-jupiter:1.20.1")
testImplementation("org.testcontainers:mysql:1.20.1")
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 3a7ec93

Please sign in to comment.