bumping compose to 1.5.4 for cherrypick aosp/2762086
(cherry picked from https://android-review.googlesource.com/q/commit:df32ceca2acd70b9b10fd89a4d2145281d15990c)
Merged-In: I7c9eaa35106314088e7eed0f032bf5a89ebb3c0f
Change-Id: I7c9eaa35106314088e7eed0f032bf5a89ebb3c0f
diff --git a/compose/compiler/compiler-hosted/src/main/java/androidx/compose/compiler/plugins/kotlin/VersionChecker.kt b/compose/compiler/compiler-hosted/src/main/java/androidx/compose/compiler/plugins/kotlin/VersionChecker.kt
index 035f34d..9c2fae1 100644
--- a/compose/compiler/compiler-hosted/src/main/java/androidx/compose/compiler/plugins/kotlin/VersionChecker.kt
+++ b/compose/compiler/compiler-hosted/src/main/java/androidx/compose/compiler/plugins/kotlin/VersionChecker.kt
@@ -122,6 +122,7 @@
             10403 to "1.5.1",
             10404 to "1.5.2",
             10405 to "1.5.3",
+            10406 to "1.5.4",
         )
 
         /**
diff --git a/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/ComposeVersion.kt b/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/ComposeVersion.kt
index af60478..5605680 100644
--- a/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/ComposeVersion.kt
+++ b/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/ComposeVersion.kt
@@ -28,5 +28,5 @@
      * IMPORTANT: Whenever updating this value, please make sure to also update `versionTable` and
      * `minimumRuntimeVersionInt` in `VersionChecker.kt` of the compiler.
      */
-    const val version: Int = 10405
+    const val version: Int = 10406
 }
diff --git a/libraryversions.toml b/libraryversions.toml
index 6721a34..77cd9ca 100644
--- a/libraryversions.toml
+++ b/libraryversions.toml
@@ -19,7 +19,7 @@
 CARDVIEW = "1.1.0-alpha01"
 CAR_APP = "1.4.0-alpha01"
 COLLECTION = "1.3.0-alpha05"
-COMPOSE = "1.5.3"
+COMPOSE = "1.5.4"
 COMPOSE_COMPILER = "1.4.7"
 COMPOSE_MATERIAL3 = "1.2.0-alpha02"
 COMPOSE_MATERIAL3_ADAPTIVE = "1.0.0-alpha01"