Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-04 18:40:06 +01:00
Misc. dependency update to align with libs.versions.toml (#2134)
Dieser Commit ist enthalten in:
Ursprung
90baa790c3
Commit
992eaf2b4c
@ -45,15 +45,15 @@ fun Project.applyCommonConfiguration() {
|
||||
continue
|
||||
}
|
||||
add(conf.name, "com.google.guava:guava") {
|
||||
version { require("31.0.1-jre") }
|
||||
version { require("31.1-jre") }
|
||||
because("Mojang provides Guava")
|
||||
}
|
||||
add(conf.name, "com.google.code.gson:gson") {
|
||||
version { require("2.8.8") }
|
||||
version { require("2.10") }
|
||||
because("Mojang provides Gson")
|
||||
}
|
||||
add(conf.name, "it.unimi.dsi:fastutil") {
|
||||
version { require("8.5.6") }
|
||||
version { require("8.5.9") }
|
||||
because("Mojang provides FastUtil")
|
||||
}
|
||||
}
|
||||
|
@ -40,11 +40,11 @@ fun Project.applyCommonJavaConfiguration(sourcesJar: Boolean, banSlf4j: Boolean
|
||||
|
||||
dependencies {
|
||||
"compileOnly"("com.google.code.findbugs:jsr305:3.0.2")
|
||||
"testImplementation"("org.junit.jupiter:junit-jupiter-api:5.8.1")
|
||||
"testImplementation"("org.junit.jupiter:junit-jupiter-params:5.8.1")
|
||||
"testImplementation"("org.mockito:mockito-core:3.12.4")
|
||||
"testImplementation"("org.mockito:mockito-junit-jupiter:3.12.4")
|
||||
"testRuntimeOnly"("org.junit.jupiter:junit-jupiter-engine:5.8.1")
|
||||
"testImplementation"("org.junit.jupiter:junit-jupiter-api:5.9.2")
|
||||
"testImplementation"("org.junit.jupiter:junit-jupiter-params:5.9.2")
|
||||
"testImplementation"("org.mockito:mockito-core:5.1.1")
|
||||
"testImplementation"("org.mockito:mockito-junit-jupiter:5.1.1")
|
||||
"testRuntimeOnly"("org.junit.jupiter:junit-jupiter-engine:5.9.2")
|
||||
"implementation"(platform("com.intellectualsites.bom:bom-1.18.x:1.9"))
|
||||
}
|
||||
|
||||
@ -64,7 +64,7 @@ fun Project.applyCommonJavaConfiguration(sourcesJar: Boolean, banSlf4j: Boolean
|
||||
"https://www.antlr.org/api/Java/",
|
||||
"https://docs.enginehub.org/javadoc/org.enginehub.piston/core/0.5.7/",
|
||||
"https://docs.enginehub.org/javadoc/org.enginehub.piston/default-impl/0.5.7/",
|
||||
"https://jd.papermc.io/paper/1.18/",
|
||||
"https://jd.papermc.io/paper/1.19/",
|
||||
"https://intellectualsites.github.io/fastasyncworldedit-javadocs/worldedit-core/"
|
||||
)
|
||||
docTitle = "${rootProject.name}-${project.description}" + " " + "${rootProject.version}"
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren