From c525b492219425bb6b9e7396100f3e415ba13660 Mon Sep 17 00:00:00 2001
From: RaphiMC <50594595+RaphiMC@users.noreply.github.com>
Date: Sun, 8 Dec 2024 22:48:41 +0100
Subject: [PATCH] Updated ViaBedrock to support Bedrock 1.21.50

---
 README.md    |  2 +-
 build.gradle | 10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 3b05c5e..8d435c1 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ For a full user guide go to the [Usage for Players](#usage-for-players-gui) sect
 - Classic (c0.0.15 - c0.30 including [CPE](https://wiki.vg/Classic_Protocol_Extension))
 - April Fools (3D Shareware, 20w14infinite)
 - Combat Snapshots (Combat Test 8c)
-- Bedrock Edition 1.21.40 ([Some features are missing](https://github.com/RaphiMC/ViaBedrock#features))
+- Bedrock Edition 1.21.50 ([Some features are missing](https://github.com/RaphiMC/ViaBedrock#features))
 
 ## Supported Client versions
 - Release (1.7.2 - 1.21.4)
diff --git a/build.gradle b/build.gradle
index c0f837e..af5a052 100644
--- a/build.gradle
+++ b/build.gradle
@@ -61,16 +61,16 @@ repositories {
 }
 
 dependencies {
-    include "com.viaversion:viaversion-common:5.2.0"
+    include "com.viaversion:viaversion-common:5.2.1-SNAPSHOT"
     include "com.viaversion:viabackwards-common:5.2.0"
     include "com.viaversion:viarewind-common:4.0.4"
-    include "net.raphimc:ViaLegacy:3.0.6"
-    include "net.raphimc:viaaprilfools-common:3.0.4"
-    include("net.raphimc:ViaBedrock:0.0.14-20241206.155528-1") {
+    include "net.raphimc:ViaLegacy:3.0.7-SNAPSHOT"
+    include "net.raphimc:viaaprilfools-common:3.0.5-SNAPSHOT"
+    include("net.raphimc:ViaBedrock:0.0.14-SNAPSHOT") {
         exclude group: "io.netty"
         exclude group: "io.jsonwebtoken"
     }
-    include("net.raphimc:ViaLoader:3.0.4") {
+    include("net.raphimc:ViaLoader:3.0.5-SNAPSHOT") {
         exclude group: "org.slf4j", module: "slf4j-api"
     }