Skip to content

Commit

Permalink
fix(deps): update all dependencies
Browse files Browse the repository at this point in the history
| datasource | package                                                   | from  | to          |
| ---------- | --------------------------------------------------------- | ----- | ----------- |
| maven      | com.android.library:com.android.library.gradle.plugin     | 8.7.3 | 8.8.1       |
| maven      | org.jetbrains.compose:org.jetbrains.compose.gradle.plugin | 1.7.3 | 1.8.0+check |
| maven      | io.ktor:ktor-server-core                                  | 3.0.3 | 3.1.0       |
| maven      | io.ktor:ktor-server-test-host                             | 3.0.3 | 3.1.0       |
| maven      | io.ktor:ktor-client-core                                  | 3.0.3 | 3.1.0       |
  • Loading branch information
renovate[bot] authored Feb 13, 2025
1 parent 2325986 commit 56cef47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ kotlinCompileTesting = "0.7.0"
knit = "0.5.0"
kspVersion = "2.1.10-1.0.29"
kotlinxSerialization = "1.8.0"
ktor = "3.0.3"
ktor = "3.1.0"
mockWebServer = "4.12.0"
retrofit = "2.11.0"
moshi = "1.15.2"
spotlessVersion = "7.0.2"
composePlugin = "1.7.3"
agp = "8.7.3"
composePlugin = "1.8.0+check"
agp = "8.8.1"
cache4k = "0.14.0"
publish = "0.30.0"
jacksonModuleKotlin = "2.18.2"
Expand Down

0 comments on commit 56cef47

Please sign in to comment.