diff --git a/core/build.gradle b/core/build.gradle
index 053b1d5bb492eb944fe5c6546d695c24b581e1ac..441e0b8cd1657f85d549c7fd565f2ef0f8d11119 100644
--- a/core/build.gradle
+++ b/core/build.gradle
@@ -55,7 +55,7 @@ android {
 
 dependencies {
     api 'androidx.appcompat:appcompat:1.6.1'
-    api 'com.google.android.material:material:1.11.0'
+    api 'com.google.android.material:material:1.12.0'
     api 'androidx.recyclerview:recyclerview:1.3.2'
     api "androidx.autofill:autofill:1.1.0"
 
@@ -85,7 +85,7 @@ dependencies {
 //    }
 
     //Matrix mavenLocal testing
-    api "org.futo.gitlab.circles:matrix-android-sdk:0.1.8"
+    api "org.futo.gitlab.circles:matrix-android-sdk:0.1.15"
 
     //Retrofit2
     def retrofit_version = '2.11.0'
@@ -117,7 +117,7 @@ dependencies {
     api "io.noties.markwon:linkify:$markwon_version"
     api "io.noties.markwon:ext-strikethrough:$markwon_version"
     api "io.noties.markwon:ext-tasklist:$markwon_version"
-    api 'io.element.android:wysiwyg:2.37.0'
+    api 'io.element.android:wysiwyg:2.37.1'
 
     //ExoPlayer
     def exoplayer_version = '1.3.1'
@@ -138,9 +138,10 @@ dependencies {
     implementation 'androidx.browser:browser:1.8.0'
 
     //Firebase
-    gplayImplementation "com.google.firebase:firebase-crashlytics-ktx:18.6.4"
-    gplayImplementation "com.google.firebase:firebase-analytics-ktx:21.6.2"
-    gplayImplementation "com.google.firebase:firebase-messaging-ktx:23.4.1"
+    gplayImplementation "com.google.firebase:firebase-crashlytics-ktx:19.0.0"
+    gplayImplementation "com.google.firebase:firebase-analytics-ktx:22.0.0"
+    gplayImplementation "com.google.firebase:firebase-messaging-ktx:24.0.0"
+    gplayImplementation 'com.google.android.gms:play-services-base:18.4.0'
 
     testImplementation 'junit:junit:4.13.2'
     androidTestImplementation 'androidx.test.ext:junit:1.1.5'