update dependencies

This commit is contained in:
unurled 2024-02-27 20:55:34 +01:00
parent 5e34588e3b
commit 9d9757b986
Signed by: unurled
GPG key ID: FDBC9CBE1F82423F

View file

@ -15,9 +15,9 @@ repositories {
dependencies { dependencies {
paperweight.paperDevBundle("1.20.4-R0.1-SNAPSHOT") paperweight.paperDevBundle("1.20.4-R0.1-SNAPSHOT")
implementation("redis.clients:jedis:5.1.0") implementation("redis.clients:jedis:5.1.1")
testCompileOnly("com.github.seeseemelk:MockBukkit-v1.20:3.74.0") testCompileOnly("com.github.seeseemelk:MockBukkit-v1.20:3.78.0")
testCompileOnly("org.junit.jupiter:junit-jupiter-api:5.10.1") testCompileOnly("org.junit.jupiter:junit-jupiter-api:5.10.1")
} }
@ -47,7 +47,7 @@ tasks {
"apiVersion" to "1.20" "apiVersion" to "1.20"
) )
inputs.properties(props) inputs.properties(props)
filesMatching("paper-plugin.yml") { filesMatching("plugin.yml") {
expand(props) expand(props)
} }
} }
@ -58,6 +58,6 @@ tasks {
relocate("org.json", "libs.org.json") relocate("org.json", "libs.org.json")
exclude("org.slf4j") exclude("org.slf4j")
relocate("redis", "libs.redis") relocate("redis", "libs.redis")
minimize() // minimize()
} }
} }