Skip to content

Commit e037b21

Browse files
fix(deps): update all dependencies (#3610)
* fix(deps): update all dependencies | datasource | package | from | to | | ---------- | --------------------------------------------------------- | ------------ | ------------------------ | | maven | com.fasterxml.jackson.module:jackson-module-kotlin | 2.18.3 | 2.19.0 | | maven | com.android.library:com.android.library.gradle.plugin | 8.9.1 | 8.9.2 | | maven | org.jetbrains.compose:org.jetbrains.compose.gradle.plugin | 1.8.0-beta02 | 1.8.0-SNAPSHOT+pull-5245 | * Update libs.versions.toml --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Alejandro Serrano <[email protected]>
1 parent ff3db0f commit e037b21

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gradle/libs.versions.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ mockWebServer = "4.12.0"
1616
retrofit = "2.11.0"
1717
moshi = "1.15.2"
1818
spotlessVersion = "7.0.3"
19-
composePlugin = "1.8.0-beta02"
20-
agp = "8.9.1"
19+
composePlugin = "1.8.0-rc01"
20+
agp = "8.9.2"
2121
cache4k = "0.14.0"
2222
publish = "0.31.0"
23-
jacksonModuleKotlin = "2.18.3"
23+
jacksonModuleKotlin = "2.19.0"
2424
shadow = "9.0.0-beta12"
2525

2626
[libraries]

0 commit comments

Comments
 (0)