diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts index 85b681153..d53569fa1 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -9,7 +9,7 @@ repositories { dependencies { implementation("net.kyori:blossom:1.3.1") implementation("com.github.johnrengelman:shadow:8.1.1") - implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.10") + implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.20") implementation("net.minecrell:plugin-yml:0.6.0") } diff --git a/buildSrc/src/main/kotlin/eternalcode-java-test.gradle.kts b/buildSrc/src/main/kotlin/eternalcode-java-test.gradle.kts index b26eb86ed..c0d14242d 100644 --- a/buildSrc/src/main/kotlin/eternalcode-java-test.gradle.kts +++ b/buildSrc/src/main/kotlin/eternalcode-java-test.gradle.kts @@ -8,10 +8,10 @@ dependencies { testImplementation("net.dzikoysk:cdn:1.14.4") testImplementation("org.panda-lang:expressible-junit:1.3.6") testImplementation("org.codehaus.groovy:groovy-all:3.0.19") - testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.0") - testImplementation("org.junit.jupiter:junit-jupiter-params:5.10.0") - testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.0") - testImplementation("org.mockito:mockito-core:5.6.0") + testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.1") + testImplementation("org.junit.jupiter:junit-jupiter-params:5.10.1") + testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.1") + testImplementation("org.mockito:mockito-core:5.7.0") testImplementation("net.kyori:adventure-platform-bukkit:4.3.1") testImplementation("net.kyori:adventure-platform-facet:4.3.1") testImplementation("net.kyori:adventure-text-minimessage:4.14.0") diff --git a/eternalcore-core/build.gradle.kts b/eternalcore-core/build.gradle.kts index d42ff9fdb..cadcdb8b5 100644 --- a/eternalcore-core/build.gradle.kts +++ b/eternalcore-core/build.gradle.kts @@ -44,11 +44,11 @@ eternalShadow { ) // database - library("org.mariadb.jdbc:mariadb-java-client:3.2.0") + library("org.mariadb.jdbc:mariadb-java-client:3.3.0") library("org.postgresql:postgresql:42.6.0") library("com.h2database:h2:2.1.214") library("com.j256.ormlite:ormlite-jdbc:6.1") - library("com.zaxxer:HikariCP:5.0.1") + library("com.zaxxer:HikariCP:5.1.0") // command framework & skull library library("dev.rollczi.litecommands:bukkit-adventure:2.8.9") @@ -61,7 +61,7 @@ eternalShadow { // common libraries library("org.panda-lang:expressible:1.3.6") library("org.panda-lang:panda-utilities:0.5.3-alpha") - library("commons-io:commons-io:2.14.0") + library("commons-io:commons-io:2.15.0") libraryRelocate( "panda.std", "panda.utilities", @@ -69,7 +69,7 @@ eternalShadow { ) // gui library - library("dev.triumphteam:triumph-gui:3.1.6") + library("dev.triumphteam:triumph-gui:3.1.7") libraryRelocate("dev.triumphteam") // metrics diff --git a/eternalcore-docs-generate/build.gradle.kts b/eternalcore-docs-generate/build.gradle.kts index a5c12f16f..bf7899bc5 100644 --- a/eternalcore-docs-generate/build.gradle.kts +++ b/eternalcore-docs-generate/build.gradle.kts @@ -16,12 +16,12 @@ dependencies { runtimeOnly("net.kyori:adventure-text-minimessage:4.14.0") runtimeOnly("net.dzikoysk:cdn:1.14.4") runtimeOnly("com.j256.ormlite:ormlite-jdbc:6.1") - runtimeOnly("com.zaxxer:HikariCP:5.0.1") + runtimeOnly("com.zaxxer:HikariCP:5.1.0") runtimeOnly("dev.rollczi.litecommands:bukkit-adventure:2.8.9") runtimeOnly("dev.rollczi:liteskullapi:1.3.0") runtimeOnly("org.panda-lang:expressible:1.3.6") runtimeOnly("org.panda-lang:panda-utilities:0.5.3-alpha") - runtimeOnly("commons-io:commons-io:2.14.0") - runtimeOnly("dev.triumphteam:triumph-gui:3.1.6") + runtimeOnly("commons-io:commons-io:2.15.0") + runtimeOnly("dev.triumphteam:triumph-gui:3.1.7") runtimeOnly("org.bstats:bstats-bukkit:3.0.2") } diff --git a/eternalcore-plugin/build.gradle.kts b/eternalcore-plugin/build.gradle.kts index 58cbc6fe0..56f9acbff 100644 --- a/eternalcore-plugin/build.gradle.kts +++ b/eternalcore-plugin/build.gradle.kts @@ -2,7 +2,7 @@ plugins { `eternalcode-java` `eternalcore-repositories` `eternalcore-shadow-compiler` - id("xyz.jpenilla.run-paper") version "2.2.0" + id("xyz.jpenilla.run-paper") version "2.2.1" } eternalShadowCompiler {