Merge remote-tracking branch 'origin/master'

This commit is contained in:
Adrian 2023-09-03 22:34:42 -05:00
commit a072f03ceb
No known key found for this signature in database
GPG Key ID: FB8EF84DCE1BE452
3 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ dependencies {
compileOnly(libs.libby.core)
testImplementation(libs.configurate.hocon)
testImplementation(platform("org.junit:junit-bom:5.9.3"))
testImplementation(platform("org.junit:junit-bom:5.10.0"))
testImplementation("org.junit.jupiter:junit-jupiter")
testImplementation(libs.assertj)
}

View File

@ -15,7 +15,7 @@ configurate = "4.1.2"
adventure = "4.14.0"
blossom = "2.0.1"
geantyref = "1.3.13"
indra = "3.1.2"
indra = "3.1.3"
runtask = "2.1.0"
vpacketevents = "1.1.0"
luckperms = "5.4"

View File

@ -34,7 +34,7 @@ dependencies {
implementation(libs.libby.velocity)
implementation(libs.bstats.velocity)
testImplementation(platform("org.junit:junit-bom:5.9.3"))
testImplementation(platform("org.junit:junit-bom:5.10.0"))
testImplementation("org.junit.jupiter:junit-jupiter")
testImplementation(libs.assertj)
}