Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
| datasource  | package                                | from   | to     |
| ----------- | -------------------------------------- | ------ | ------ |
| github-tags | codecov/codecov-action                 | v4.1.0 | v4.1.1 |
| maven       | io.arrow-kt:arrow-core                 | 1.2.3  | 1.2.4  |
| maven       | com.squareup.retrofit2:converter-moshi | 2.10.0 | 2.11.0 |
| maven       | com.squareup.retrofit2:retrofit        | 2.10.0 | 2.11.0 |
  • Loading branch information
renovate[bot] authored Apr 3, 2024
1 parent a1a124a commit 72fefca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
run: ./gradlew :app:koverXmlReport --warning-mode all --stacktrace

- name: Upload Test Report
uses: codecov/[email protected].0
uses: codecov/[email protected].1
6 changes: 3 additions & 3 deletions buildSrc/src/main/kotlin/deps.kt
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ object deps {
}

object squareup {
const val retrofit = "com.squareup.retrofit2:retrofit:2.10.0"
const val converterMoshi = "com.squareup.retrofit2:converter-moshi:2.10.0"
const val retrofit = "com.squareup.retrofit2:retrofit:2.11.0"
const val converterMoshi = "com.squareup.retrofit2:converter-moshi:2.11.0"
const val loggingInterceptor = "com.squareup.okhttp3:logging-interceptor:4.12.0"
const val moshiKotlin = "com.squareup.moshi:moshi-kotlin:1.15.1"
const val leakCanary = "com.squareup.leakcanary:leakcanary-android:2.13"
Expand Down Expand Up @@ -74,7 +74,7 @@ object deps {
const val timber = "com.jakewharton.timber:timber:5.0.1"

object arrow {
private const val version = "1.2.3"
private const val version = "1.2.4"
const val core = "io.arrow-kt:arrow-core:$version"
}

Expand Down

0 comments on commit 72fefca

Please sign in to comment.