summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorVelVeV <[email protected]>2024-09-07 04:44:24 +0900
committerGitHub <[email protected]>2024-09-06 21:44:24 +0200
commit012c52767198360c584f4ce1ac54a0748cdace48 (patch)
tree1ef2295a7b6d9c45ca4c34d0a65711594884960c
parent691d4526433120d940c0513bdbd731c61744cdf1 (diff)
downloadPaper-012c52767198360c584f4ce1ac54a0748cdace48.tar.gz
Paper-012c52767198360c584f4ce1ac54a0748cdace48.zip
Update Velocity natives (#11347)
-rw-r--r--patches/server/1001-Use-Velocity-compression-and-cipher-natives.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/server/1001-Use-Velocity-compression-and-cipher-natives.patch b/patches/server/1001-Use-Velocity-compression-and-cipher-natives.patch
index 276343645a..290a54a80c 100644
--- a/patches/server/1001-Use-Velocity-compression-and-cipher-natives.patch
+++ b/patches/server/1001-Use-Velocity-compression-and-cipher-natives.patch
@@ -5,7 +5,7 @@ Subject: [PATCH] Use Velocity compression and cipher natives
diff --git a/build.gradle.kts b/build.gradle.kts
-index 9de7a09c5f1b23754a2823978fa3ff218aadcfa7..1a734293c9416f13324bb0edf8f950c9029f8bc4 100644
+index 9de7a09c5f1b23754a2823978fa3ff218aadcfa7..4f6136ae3ac4890b21a5fb3f69f9c1474a0773d1 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -37,6 +37,11 @@ dependencies {
@@ -13,7 +13,7 @@ index 9de7a09c5f1b23754a2823978fa3ff218aadcfa7..1a734293c9416f13324bb0edf8f950c9
runtimeOnly("com.mysql:mysql-connector-j:8.4.0")
runtimeOnly("com.lmax:disruptor:3.4.4") // Paper
+ // Paper start - Use Velocity cipher
-+ implementation("com.velocitypowered:velocity-native:3.1.2-SNAPSHOT") {
++ implementation("com.velocitypowered:velocity-native:3.3.0-SNAPSHOT") {
+ isTransitive = false
+ }
+ // Paper end - Use Velocity cipher