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 5, 2024
1 parent dc4ca40 commit 28271b8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
checkstyle
id("net.minecrell.plugin-yml.bukkit") version "0.6.0"
id("xyz.jpenilla.run-paper") version "2.3.1"
id("com.gradleup.shadow") version "8.3.2"
id("com.gradleup.shadow") version "8.3.3"
}

group = "com.eternalcode"
Expand Down Expand Up @@ -81,12 +81,12 @@ dependencies {
implementation("com.spotify:completable-futures:0.3.6")

// eternalcode-commons
implementation("com.eternalcode:eternalcode-commons-adventure:1.1.3")
implementation("com.eternalcode:eternalcode-commons-bukkit:1.1.3")
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.1")
testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.1")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.1")
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.testcontainers:junit-jupiter:1.20.2")
testImplementation("org.testcontainers:mysql:1.20.2")
Expand Down

0 comments on commit 28271b8

Please sign in to comment.