Update dependencies

This commit is contained in:
Telesphoreo 2024-10-15 19:01:51 -05:00
parent 36ab0eb10e
commit 9b961ac2f3
No known key found for this signature in database
GPG Key ID: 9D1991811E093C02
2 changed files with 3 additions and 3 deletions

View File

@ -42,6 +42,6 @@ dependencies {
compileOnly("org.projectlombok:lombok:1.18.34")
annotationProcessor("org.projectlombok:lombok:1.18.34")
compileOnly("org.json:json:20240303")
compileOnly("com.velocitypowered:velocity-api:3.2.0-SNAPSHOT")
annotationProcessor("com.velocitypowered:velocity-api:3.2.0-SNAPSHOT")
compileOnly("com.velocitypowered:velocity-api:3.3.0-SNAPSHOT")
annotationProcessor("com.velocitypowered:velocity-api:3.3.0-SNAPSHOT")
}

View File

@ -21,7 +21,7 @@ dependencies {
library("org.mariadb.jdbc:mariadb-java-client:3.4.1")
library("com.zaxxer:HikariCP:6.0.0")
library("org.apache.maven.resolver:maven-resolver-transport-http:1.9.22")
library("org.jetbrains:annotations:25.0.0")
library("org.jetbrains:annotations:26.0.1")
compileOnly("dev.folia:folia-api:1.20.6-R0.1-SNAPSHOT")
compileOnly("com.github.MilkBowl:VaultAPI:1.7.1") {
exclude("org.bukkit", "bukkit")