Update Gradle and dependencies

This commit is contained in:
Telesphoreo 2023-03-15 21:45:34 -05:00
parent a62bdef5b4
commit ceb9a83eda
4 changed files with 8 additions and 8 deletions

Binary file not shown.

View File

@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.2-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

4
gradlew vendored
View File

@ -144,7 +144,7 @@ if ! "$cygwin" && ! "$darwin" && ! "$nonstop" ; then
case $MAX_FD in #(
max*)
# In POSIX sh, ulimit -H is undefined. That's why the result is checked to see if it worked.
# shellcheck disable=SC3045
# shellcheck disable=SC3045
MAX_FD=$( ulimit -H -n ) ||
warn "Could not query maximum file descriptor limit"
esac
@ -152,7 +152,7 @@ if ! "$cygwin" && ! "$darwin" && ! "$nonstop" ; then
'' | soft) :;; #(
*)
# In POSIX sh, ulimit -n is undefined. That's why the result is checked to see if it worked.
# shellcheck disable=SC3045
# shellcheck disable=SC3045
ulimit -n "$MAX_FD" ||
warn "Could not set maximum file descriptor limit to $MAX_FD"
esac

View File

@ -13,16 +13,16 @@ dependencies {
library "com.zaxxer:HikariCP:5.0.1"
library "org.apache.httpcomponents.client5:httpclient5:5.2.1"
library "org.apache.commons:commons-lang3:3.12.0"
library "org.apache.maven.resolver:maven-resolver-api:1.9.5"
library "org.apache.maven.resolver:maven-resolver-impl:1.9.5"
library "org.apache.maven.resolver:maven-resolver-connector-basic:1.9.5"
library "org.apache.maven.resolver:maven-resolver-transport-http:1.9.5"
library "org.apache.maven.resolver:maven-resolver-api:1.9.7"
library "org.apache.maven.resolver:maven-resolver-impl:1.9.7"
library "org.apache.maven.resolver:maven-resolver-connector-basic:1.9.7"
library "org.apache.maven.resolver:maven-resolver-transport-http:1.9.7"
library "org.apache.maven:maven-resolver-provider:3.9.0"
library "org.eclipse.jetty:jetty-server:11.0.14"
library "org.eclipse.jetty:jetty-servlet:11.0.14"
library "org.eclipse.jetty:jetty-proxy:11.0.14"
library "com.google.code.gson:gson:2.10.1"
compileOnly "io.papermc.paper:paper-api:1.19.3-R0.1-SNAPSHOT"
compileOnly "io.papermc.paper:paper-api:1.19.4-R0.1-SNAPSHOT"
compileOnly("com.github.MilkBowl:VaultAPI:1.7.1") {
exclude group: "org.bukkit", module: "bukkit"
}