Skip to content

Commit

Permalink
GH-108 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 1, 2024
1 parent 750e4a0 commit dc4ca40
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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.0")
implementation("dev.rollczi:litecommands-adventure:3.6.0")
implementation("dev.rollczi:litecommands-bukkit:3.6.1")
implementation("dev.rollczi:litecommands-adventure:3.6.1")

// skull api
implementation("dev.rollczi:liteskullapi:1.3.0")
Expand Down Expand Up @@ -88,8 +88,8 @@ dependencies {
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")
testImplementation("org.testcontainers:junit-jupiter:1.20.2")
testImplementation("org.testcontainers:mysql:1.20.2")
testImplementation("mysql:mysql-connector-java:8.0.33")
}

Expand All @@ -98,7 +98,7 @@ java {
}

checkstyle {
toolVersion = "10.18.1"
toolVersion = "10.18.2"

configFile = file("${rootDir}/config/checkstyle/checkstyle.xml")

Expand Down

0 comments on commit dc4ca40

Please sign in to comment.