Skip to content

Commit 42e12c8

Browse files
slack-oss-botstagg
andauthored
fix(deps): update compose.runtime to v1.8.2 (slackhq#2109)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [androidx.compose.runtime:runtime-rxjava3](https://developer.android.com/jetpack/androidx/releases/compose-runtime#1.8.2) ([source](https://cs.android.com/androidx/platform/frameworks/support)) | dependencies | patch | `1.8.1` -> `1.8.2` | | [androidx.compose.runtime:runtime-livedata](https://developer.android.com/jetpack/androidx/releases/compose-runtime#1.8.2) ([source](https://cs.android.com/androidx/platform/frameworks/support)) | dependencies | patch | `1.8.1` -> `1.8.2` | | [androidx.compose.runtime:runtime](https://developer.android.com/jetpack/androidx/releases/compose-runtime#1.8.2) ([source](https://cs.android.com/androidx/platform/frameworks/support)) | dependencies | patch | `1.8.1` -> `1.8.2` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMS4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> --------- Co-authored-by: Josh Stagg <[email protected]>
1 parent b80dc82 commit 42e12c8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

gradle/libs.versions.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ anvil = "0.4.1"
99
atomicfu = "0.27.0"
1010
benchmark = "1.3.4"
1111
coil = "3.2.0"
12-
compose-animation = "1.8.1"
13-
compose-foundation = "1.8.1"
14-
compose-material = "1.8.1"
12+
compose-animation = "1.8.2"
13+
compose-foundation = "1.8.2"
14+
compose-material = "1.8.2"
1515
compose-material-icons-core = "1.7.8"
1616
compose-material3 = "1.3.2"
17-
compose-runtime = "1.8.1"
18-
compose-ui = "1.8.1"
17+
compose-runtime = "1.8.2"
18+
compose-ui = "1.8.2"
1919
compose-jb = "1.8.1"
2020
compose-jb-material-icons-core = "1.7.3"
2121
compose-bom = "2025.05.01"

0 commit comments

Comments
 (0)