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.0.0 | v4.0.1 |
| gradle-version | gradle                                                                | 8.4    | 8.6    |
| maven          | io.mockk:mockk                                                        | 1.13.8 | 1.13.9 |
| maven          | io.insert-koin:koin-test                                              | 3.5.0  | 3.5.3  |
| maven          | io.insert-koin:koin-test-junit4                                       | 3.5.0  | 3.5.3  |
| maven          | io.insert-koin:koin-android                                           | 3.5.0  | 3.5.3  |
| maven          | io.insert-koin:koin-core                                              | 3.5.0  | 3.5.3  |
| maven          | org.jetbrains.kotlinx:kotlinx-coroutines-test                         | 1.7.3  | 1.8.0  |
| maven          | org.jetbrains.kotlinx:kotlinx-coroutines-android                      | 1.7.3  | 1.8.0  |
| maven          | org.jetbrains.kotlinx:kotlinx-coroutines-core                         | 1.7.3  | 1.8.0  |
| maven          | com.squareup.leakcanary:leakcanary-android                            | 2.12   | 2.13   |
| maven          | com.squareup.moshi:moshi-kotlin                                       | 1.15.0 | 1.15.1 |
| maven          | androidx.lifecycle:lifecycle-common-java8                             | 2.6.2  | 2.7.0  |
| maven          | androidx.lifecycle:lifecycle-runtime-ktx                              | 2.6.2  | 2.7.0  |
| maven          | androidx.lifecycle:lifecycle-viewmodel-ktx                            | 2.6.2  | 2.7.0  |
| maven          | com.google.android.material:material                                  | 1.10.0 | 1.11.0 |
| maven          | com.github.ben-manes:gradle-versions-plugin                           | 0.46.0 | 0.51.0 |
| maven          | dev.drewhamilton.poko:poko-gradle-plugin                              | 0.15.0 | 0.15.2 |
| maven          | com.diffplug.spotless:spotless-plugin-gradle                          | 6.22.0 | 6.25.0 |
| maven          | com.android.tools.build:gradle                                        | 8.1.3  | 8.2.2  |
| maven          | com.diffplug.spotless:com.diffplug.spotless.gradle.plugin             | 6.22.0 | 6.25.0 |
| maven          | org.jetbrains.kotlinx.kover:org.jetbrains.kotlinx.kover.gradle.plugin | 0.7.3  | 0.7.6  |
| maven          | org.jetbrains.kotlin:kotlin-gradle-plugin                             | 1.9.20 | 1.9.22 |
| maven          | org.jetbrains.kotlin:kotlin-test-junit                                | 1.9.20 | 1.9.22 |
  • Loading branch information
renovate[bot] authored Feb 17, 2024
1 parent 39d9dbc commit bac7beb
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 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
12 changes: 6 additions & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
// Top-level build file where you can add configuration options common to all sub-projects/modules.

plugins {
id("org.jetbrains.kotlinx.kover") version "0.7.3" apply false
id("com.diffplug.spotless") version "6.22.0" apply false
id("org.jetbrains.kotlinx.kover") version "0.7.6" apply false
id("com.diffplug.spotless") version "6.25.0" apply false
}

buildscript {
Expand All @@ -19,11 +19,11 @@ buildscript {
maven(url = "https://oss.sonatype.org/content/repositories/snapshots")
}
dependencies {
classpath("com.android.tools.build:gradle:8.1.3")
classpath("com.android.tools.build:gradle:8.2.2")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
classpath("com.diffplug.spotless:spotless-plugin-gradle:6.22.0")
classpath("dev.drewhamilton.poko:poko-gradle-plugin:0.15.0")
classpath("com.github.ben-manes:gradle-versions-plugin:0.46.0")
classpath("com.diffplug.spotless:spotless-plugin-gradle:6.25.0")
classpath("dev.drewhamilton.poko:poko-gradle-plugin:0.15.2")
classpath("com.github.ben-manes:gradle-versions-plugin:0.51.0")
}
}

Expand Down
2 changes: 1 addition & 1 deletion buildSrc/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
16 changes: 8 additions & 8 deletions buildSrc/src/main/kotlin/deps.kt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import org.gradle.plugin.use.PluginDependenciesSpec
import org.gradle.plugin.use.PluginDependencySpec

const val ktlintVersion = "1.0.0"
const val kotlinVersion = "1.9.20"
const val kotlinVersion = "1.9.22"

object appConfig {
const val applicationId = "com.hoc.flowmvi"
Expand All @@ -31,12 +31,12 @@ object deps {
const val constraintLayout = "androidx.constraintlayout:constraintlayout:2.1.4"
const val recyclerView = "androidx.recyclerview:recyclerview:1.3.2"
const val swipeRefreshLayout = "androidx.swiperefreshlayout:swiperefreshlayout:1.2.0-alpha01"
const val material = "com.google.android.material:material:1.10.0"
const val material = "com.google.android.material:material:1.11.0"
const val startup = "androidx.startup:startup-runtime:1.1.1"
}

object lifecycle {
private const val version = "2.6.2"
private const val version = "2.7.0"

const val viewModelKtx = "androidx.lifecycle:lifecycle-viewmodel-ktx:$version" // viewModelScope
const val runtimeKtx = "androidx.lifecycle:lifecycle-runtime-ktx:$version" // lifecycleScope
Expand All @@ -47,20 +47,20 @@ object deps {
const val retrofit = "com.squareup.retrofit2:retrofit:2.9.0"
const val converterMoshi = "com.squareup.retrofit2:converter-moshi:2.9.0"
const val loggingInterceptor = "com.squareup.okhttp3:logging-interceptor:4.12.0"
const val moshiKotlin = "com.squareup.moshi:moshi-kotlin:1.15.0"
const val leakCanary = "com.squareup.leakcanary:leakcanary-android:2.12"
const val moshiKotlin = "com.squareup.moshi:moshi-kotlin:1.15.1"
const val leakCanary = "com.squareup.leakcanary:leakcanary-android:2.13"
}

object coroutines {
private const val version = "1.7.3"
private const val version = "1.8.0"

const val core = "org.jetbrains.kotlinx:kotlinx-coroutines-core:$version"
const val android = "org.jetbrains.kotlinx:kotlinx-coroutines-android:$version"
const val test = "org.jetbrains.kotlinx:kotlinx-coroutines-test:$version"
}

object koin {
private const val version = "3.5.0"
private const val version = "3.5.3"

const val core = "io.insert-koin:koin-core:$version"
const val android = "io.insert-koin:koin-android:$version"
Expand Down Expand Up @@ -90,7 +90,7 @@ object deps {
}
}

const val mockk = "io.mockk:mockk:1.13.8"
const val mockk = "io.mockk:mockk:1.13.9"
const val kotlinJUnit = "org.jetbrains.kotlin:kotlin-test-junit:$kotlinVersion"
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit bac7beb

Please sign in to comment.