Skip to content

Commit

Permalink
Bump Velocity native dependency
Browse files Browse the repository at this point in the history
Since velocity pushed a fix ~45 mins ago
  • Loading branch information
Dreeam-qwq committed Sep 7, 2024
1 parent 73e4dda commit 857b0ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions patches/server/0016-Bump-Dependencies.patch
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Subject: [PATCH] Bump Dependencies
TODO - Dreeam: Bump & test dependencies, impl new features?

diff --git a/build.gradle.kts b/build.gradle.kts
index 6434e3d96af137bf398fff66225dfcda79f513db..b42135860f212fc9c7c641409b2350d0d5dd9fcc 100644
index 6434e3d96af137bf398fff66225dfcda79f513db..0f764c0ac16fedf88bec23ea97021a218932b148 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -22,7 +22,7 @@ dependencies {
Expand Down Expand Up @@ -46,7 +46,7 @@ index 6434e3d96af137bf398fff66225dfcda79f513db..b42135860f212fc9c7c641409b2350d0
+ runtimeOnly("com.lmax:disruptor:3.4.4") // Paper // Leaf - Bump Dependencies // Dreeam TODO - Waiting Log4j 3.x to support disruptor 4.0.0
// Paper start - Use Velocity cipher
- implementation("com.velocitypowered:velocity-native:3.1.2-SNAPSHOT") {
+ implementation("com.velocitypowered:velocity-native:3.1.2-SNAPSHOT") { // Leaf - Bump Dependencies - follow upstream, waiting fix for alpine
+ implementation("com.velocitypowered:velocity-native:3.3.0-SNAPSHOT") { // Leaf - Bump Dependencies
isTransitive = false
}
// Paper end - Use Velocity cipher
Expand Down

0 comments on commit 857b0ee

Please sign in to comment.