mirror of
https://github.com/FancyInnovations/FancyPlugins.git
synced 2025-12-05 23:33:36 +00:00
Update dependencies
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
plugins {
|
||||
id("com.gradleup.shadow") version "9.0.0-beta9" apply false
|
||||
id("io.papermc.paperweight.userdev") version "2.0.0-beta.14" apply false
|
||||
id("com.gradleup.shadow") version "9.0.0-beta10" apply false
|
||||
id("io.papermc.paperweight.userdev") version "2.0.0-beta.15" apply false
|
||||
id("xyz.jpenilla.run-paper") version "2.3.1" apply false
|
||||
id("net.minecrell.plugin-yml.paper") version "0.6.0" apply false
|
||||
id("io.papermc.hangar-publish-plugin") version "0.1.2" apply false
|
||||
|
||||
@@ -27,8 +27,9 @@ dependencies {
|
||||
compileOnly("mysql:mysql-connector-java:8.0.33")
|
||||
|
||||
// testing
|
||||
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.3")
|
||||
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.1")
|
||||
testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.1")
|
||||
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.12.1")
|
||||
testImplementation("org.junit.platform:junit-platform-console-standalone:1.12.1")
|
||||
testImplementation("com.google.code.gson:gson:2.12.1")
|
||||
}
|
||||
|
||||
|
||||
@@ -23,8 +23,9 @@ dependencies {
|
||||
compileOnly("com.google.code.gson:gson:2.12.1")
|
||||
implementation("org.jetbrains:annotations:26.0.2")
|
||||
|
||||
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.3")
|
||||
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.1")
|
||||
testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.1")
|
||||
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.12.1")
|
||||
testImplementation("org.junit.platform:junit-platform-console-standalone:1.12.1")
|
||||
testImplementation("com.google.code.gson:gson:2.12.1")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user