mirror of
https://github.com/sekwah41/Advanced-Portals.git
synced 2024-11-24 11:37:06 +01:00
chore(deps): Update Deps
This commit is contained in:
parent
5b79228be7
commit
c504909668
@ -26,7 +26,7 @@ buildscript {
|
|||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath "org.apache.httpcomponents:httpmime:4.5.13"
|
classpath "org.apache.httpcomponents:httpmime:4.5.13"
|
||||||
classpath "com.google.code.gson:gson:2.8.9"
|
classpath "com.google.code.gson:gson:2.9.0"
|
||||||
classpath "org.apache.httpcomponents:httpclient:4.5.13"
|
classpath "org.apache.httpcomponents:httpclient:4.5.13"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -92,7 +92,7 @@ dependencies {
|
|||||||
implementation "com.velocitypowered:velocity-api:3.1.1"
|
implementation "com.velocitypowered:velocity-api:3.1.1"
|
||||||
annotationProcessor "com.velocitypowered:velocity-api:3.1.1"
|
annotationProcessor "com.velocitypowered:velocity-api:3.1.1"
|
||||||
|
|
||||||
implementation "io.netty:netty-all:4.1.73.Final"
|
implementation "io.netty:netty-all:4.1.74.Final"
|
||||||
compileOnly 'com.destroystokyo.paper:paper-api:1.16.5-R0.1-SNAPSHOT'
|
compileOnly 'com.destroystokyo.paper:paper-api:1.16.5-R0.1-SNAPSHOT'
|
||||||
|
|
||||||
implementation "com.sk89q.worldedit:worldedit-bukkit:7.2.9"
|
implementation "com.sk89q.worldedit:worldedit-bukkit:7.2.9"
|
||||||
|
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
Binary file not shown.
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@ -1,5 +1,5 @@
|
|||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-all.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-all.zip
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
|
Loading…
Reference in New Issue
Block a user