Merge remote-tracking branch 'origin/master'

This commit is contained in:
Adrian 2023-12-01 18:06:39 -05:00
commit 2df0a8b8a4
No known key found for this signature in database
GPG Key ID: FB8EF84DCE1BE452
6 changed files with 6 additions and 6 deletions

View File

@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Set up JDK 17 - name: Set up JDK 17
uses: actions/setup-java@v3 uses: actions/setup-java@v4
with: with:
java-version: 17 java-version: 17
distribution: 'temurin' distribution: 'temurin'

View File

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

View File

@ -4,7 +4,7 @@ metadata.format.version = "1.1"
velocity = "3.2.0-SNAPSHOT" velocity = "3.2.0-SNAPSHOT"
paper = "1.20-R0.1-SNAPSHOT" paper = "1.20-R0.1-SNAPSHOT"
miniplaceholders = "2.2.2" miniplaceholders = "2.2.3"
fastlogin = "1.12-SNAPSHOT" fastlogin = "1.12-SNAPSHOT"
authme = "5.6.0-SNAPSHOT" authme = "5.6.0-SNAPSHOT"
libby = "1.3.0" libby = "1.3.0"
@ -16,7 +16,7 @@ adventure = "4.14.0"
blossom = "2.1.0" blossom = "2.1.0"
geantyref = "1.3.13" geantyref = "1.3.13"
indra = "3.1.3" indra = "3.1.3"
runtask = "2.2.0" runtask = "2.2.2"
vpacketevents = "1.1.0" vpacketevents = "1.1.0"
luckperms = "5.4" luckperms = "5.4"

Binary file not shown.

View File

@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
networkTimeout=10000 networkTimeout=10000
validateDistributionUrl=true validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME

View File

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