Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 23, 2024
1 parent 95b3646 commit 6c46a59
Showing 1 changed file with 8 additions and 8 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.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.7.1")
implementation("dev.rollczi:litecommands-adventure:3.7.1")

// skull api
implementation("dev.rollczi:liteskullapi:1.3.0")
Expand Down Expand Up @@ -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 6c46a59

Please sign in to comment.