diff --git a/app/build.gradle b/app/build.gradle
index e2e2e26e50e17becd5a702d32233fac6373dd158..b5635cf00b4f1cd3a7bc4b1e3918653e74d5ddc4 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -110,7 +110,7 @@ dependencies {
     implementation project(path: ':settings')
 
     //Emoji
-    implementation 'com.vanniktech:emoji-google:0.18.0'
+    implementation 'com.vanniktech:emoji-google:0.20.0'
 
     //Log
     implementation 'com.jakewharton.timber:timber:5.0.1'
diff --git a/build.gradle b/build.gradle
index 21840a2164c26e586b390c456c940821c671ba79..292fd36c69922ecf1ef4a882082e3972ab54b0d0 100644
--- a/build.gradle
+++ b/build.gradle
@@ -13,7 +13,7 @@ buildscript {
         mavenLocal()
     }
     dependencies {
-        classpath 'com.android.tools.build:gradle:8.4.0'
+        classpath 'com.android.tools.build:gradle:8.4.1'
         classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.21'
         classpath "androidx.navigation:navigation-safe-args-gradle-plugin:$androidx_nav_version"
         classpath 'com.google.gms:google-services:4.4.1'
diff --git a/core/build.gradle b/core/build.gradle
index 7c86a2389938fb08f50189a9e64d89c8a18ca78c..77b03e149e90a3a6cee9c33f434ca63e9ab37dfd 100644
--- a/core/build.gradle
+++ b/core/build.gradle
@@ -93,7 +93,7 @@ dependencies {
     api "com.squareup.retrofit2:converter-gson:$retrofit_version"
 
     //Gson
-    api 'com.google.code.gson:gson:2.10.1'
+    api 'com.google.code.gson:gson:2.11.0'
 
     //Worker
     def work_version = "2.9.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.2'
+    api 'io.element.android:wysiwyg:2.37.3'
 
     //ExoPlayer
     def exoplayer_version = '1.3.1'