diff --git a/app/build.gradle.kts b/app/build.gradle.kts
index fdc928a..6d30ea2 100644
--- a/app/build.gradle.kts
+++ b/app/build.gradle.kts
@@ -43,15 +43,15 @@ dependencies {
     implementation(project(":customLoadingViews"))
     implementation ("androidx.core:core-ktx:1.12.0")
     implementation ("androidx.appcompat:appcompat:1.6.1")
-    implementation ("com.google.android.material:material:1.9.0")
+    implementation ("com.google.android.material:material:1.11.0")
     implementation ("androidx.constraintlayout:constraintlayout:2.1.4")
-    implementation ("androidx.navigation:navigation-fragment-ktx:2.7.3")
-    implementation ("androidx.navigation:navigation-ui-ktx:2.7.3")
+    implementation ("androidx.navigation:navigation-fragment-ktx:2.7.7")
+    implementation ("androidx.navigation:navigation-ui-ktx:2.7.7")
     implementation ("androidx.core:core-ktx:1.12.0")
 
     //For network calls
     implementation ("com.squareup.retrofit2:retrofit:2.9.0")
     //Gson - converterfactor
     implementation ("com.squareup.retrofit2:converter-gson:2.9.0")
-    debugImplementation ("com.squareup.leakcanary:leakcanary-android:2.12")
+    debugImplementation ("com.squareup.leakcanary:leakcanary-android:2.13")
 }
\ No newline at end of file
diff --git a/build.gradle.kts b/build.gradle.kts
index 8c17a30..8238156 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -7,7 +7,7 @@ buildscript {
         maven(url = "https://jitpack.io")
     }
     dependencies {
-        classpath("com.android.tools.build:gradle:8.1.2")
+        classpath("com.android.tools.build:gradle:8.3.1")
         classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.22")
 
         // NOTE: Do not place your application dependencies here; they belong
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
index 08be25f..19654b7 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
 #Sun Jan 02 02:46:08 EST 2022
 distributionBase=GRADLE_USER_HOME
-distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
 distributionPath=wrapper/dists
 zipStorePath=wrapper/dists
 zipStoreBase=GRADLE_USER_HOME