diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml
index 14b5512..9c5cf78 100644
--- a/.idea/kotlinc.xml
+++ b/.idea/kotlinc.xml
@@ -4,6 +4,6 @@
-
+
\ No newline at end of file
diff --git a/README.md b/README.md
index c3082f8..0388afc 100644
--- a/README.md
+++ b/README.md
@@ -2,15 +2,13 @@
![GitHub last commit](https://img.shields.io/github/last-commit/mobiledevpro/Jetpack-Compose-ChatApp-Template?color=red&style=flat-square)
-[![Kotlin Version](https://img.shields.io/badge/Kotlin-1.9.0-blue.svg?style=flat-square)](http://kotlinlang.org/)
-[![Compose Bom](https://img.shields.io/badge/Compose%20Bom-2023.08.00-blue.svg?style=flat-square)]([http://kotlinlang.org/](https://developer.android.com/jetpack/compose/bom/bom-mapping))
-[![Gradle](https://img.shields.io/badge/Gradle-8.1.0-blue.svg?style=flat-square)](https://developer.android.com/build/releases/gradle-plugin)
+[![Kotlin Version](https://img.shields.io/badge/Kotlin-1.9.10-blue.svg?style=flat-square)](http://kotlinlang.org/)
+[![Compose Bom](https://img.shields.io/badge/Compose%20Bom-2023.10.00-blue.svg?style=flat-square)]([http://kotlinlang.org/](https://developer.android.com/jetpack/compose/bom/bom-mapping))
+[![Gradle](https://img.shields.io/badge/Gradle-8.2.0-blue.svg?style=flat-square)](https://developer.android.com/build/releases/gradle-plugin)
[![API](https://img.shields.io/badge/Min%20SDK-24%20[Android%207.0]-blue.svg?style=flat-square)](https://github.com/AndroidSDKSources/android-sdk-sources-list)
[![Target SDK](https://img.shields.io/badge/Target%20SDK-34%20[Android%2014]-blue.svg?style=flat-square)](https://developer.android.com/about/versions/13)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg?style=flat-square)](http://www.apache.org/licenses/LICENSE-2.0)
-[![Android Studio](https://img.shields.io/badge/Android%20Studio%20Giraffe-2022.3.1-orange.svg?style=flat-square)](https://developer.android.com/studio/preview)
-
-
+[![Android Studio](https://img.shields.io/badge/Android%20Studio%20Giraffe-2023.1.1-orange.svg?style=flat-square)](https://developer.android.com/studio/preview)
![closetalk_github_social_preview](https://github.com/mobiledevpro/Jetpack-Compose-ChatApp-Template/assets/5750211/343f1ab5-54e4-41c2-a554-af0526aee382)
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 3e51896..13675ed 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -8,27 +8,27 @@ sdk-compile = "34"
# Plugins
android-gradle = "8.1.2"
-kotlin = "1.9.0"
+kotlin = "1.9.10"
kotlin-coroutines = "1.7.3"
kotlin-serialization = "1.4.1"
# Libs
-android-core-ktx = "1.10.1"
-activity = "1.7.2"
-navigation = "2.6.0"
+android-core-ktx = "1.12.0"
+activity = "1.8.0"
+navigation = "2.7.4"
retrofit = "2.9.0"
room = "2.4.3"
-lifecycle = "2.6.1"
-compose-bom = "2023.08.00"
-compose-compiler = "1.5.1"
+lifecycle = "2.6.2"
+compose-bom = "2023.10.00"
+compose-compiler = "1.5.3"
coil = "2.4.0"
-material3 = "1.2.0-alpha04"
-koin = "3.4.3"
-koin-compose = "3.4.6"
+material3 = "1.2.0-alpha09"
+koin = "3.5.0"
+koin-compose = "3.5.0"
# test libraries
test-junit = "4.13.2"
-test-mockk = "1.13.5"
+test-mockk = "1.13.8"
test-coroutines-flow = "1.0.0"
# android test libraries