diff --git a/build.gradle b/build.gradle index 5df263f..172866c 100644 --- a/build.gradle +++ b/build.gradle @@ -18,23 +18,23 @@ repositories { mavenCentral() mavenLocal() - maven({ url = "https://repo.codemc.org/repository/maven-public" }) + maven({ url = "https://repo.codemc.org/repository/maven-public/" }) maven({ url = "https://hub.spigotmc.org/nexus/content/repositories/snapshots/" }) } dependencies { implementation "org.bstats:bstats-bukkit:2.2.1" - implementation "net.kyori:adventure-platform-bukkit:4.0.0-SNAPSHOT" + implementation "net.kyori:adventure-platform-bukkit:4.0.0" compileOnly "org.spigotmc:spigot-api:1.17.1-R0.1-SNAPSHOT" - compileOnly "org.jetbrains:annotations:19.0.0" + compileOnly "org.jetbrains:annotations:22.0.0" - testImplementation "org.openjdk.jmh:jmh-core:1.23" - testImplementation "org.openjdk.jmh:jmh-generator-annprocess:1.23" + testImplementation "org.openjdk.jmh:jmh-core:1.32" + testImplementation "org.openjdk.jmh:jmh-generator-annprocess:1.32" - testImplementation "org.junit.jupiter:junit-jupiter-engine:5.6.2" - testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.6.2" + testImplementation "org.junit.jupiter:junit-jupiter-engine:5.8.1" + testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.8.1" } processResources {