Skip to content

Commit

Permalink
GH-111 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 Oct 26, 2024
1 parent 95b3646 commit d295ac2
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 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.1-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.6.1")
implementation("dev.rollczi:litecommands-adventure:3.6.1")
implementation("dev.rollczi:litecommands-bukkit:3.8.0")
implementation("dev.rollczi:litecommands-adventure:3.8.0")

// skull api
implementation("dev.rollczi:liteskullapi:1.3.0")
Expand All @@ -53,7 +53,7 @@ dependencies {

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

// database
implementation("com.zaxxer:HikariCP:6.0.0")
Expand All @@ -63,7 +63,7 @@ dependencies {
annotationProcessor("org.projectlombok:lombok:1.18.34")

// jetbrains annotations
api("org.jetbrains:annotations:26.0.0")
api("org.jetbrains:annotations:26.0.1")

// paperlib
implementation("io.papermc:paperlib:1.0.8")
Expand All @@ -84,12 +84,12 @@ dependencies {
implementation("com.eternalcode:eternalcode-commons-adventure:1.1.4")
implementation("com.eternalcode:eternalcode-commons-bukkit:1.1.4")

testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.2")
testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.2")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.2")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.3")
testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.3")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.3")

testImplementation("org.testcontainers:junit-jupiter:1.20.2")
testImplementation("org.testcontainers:mysql:1.20.2")
testImplementation("org.testcontainers:junit-jupiter:1.20.3")
testImplementation("org.testcontainers:mysql:1.20.3")
testImplementation("mysql:mysql-connector-java:8.0.33")
}

Expand Down

0 comments on commit d295ac2

Please sign in to comment.