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     |
| -------------- | --------------------------------------------------------------------- | ------ | ------ |
| gradle-version | gradle                                                                | 8.4    | 8.5    |
| maven          | com.github.ben-manes:gradle-versions-plugin                           | 0.46.0 | 0.50.0 |
| maven          | dev.drewhamilton.poko:poko-gradle-plugin                              | 0.15.0 | 0.15.1 |
| maven          | com.diffplug.spotless:spotless-plugin-gradle                          | 6.22.0 | 6.23.2 |
| maven          | com.android.tools.build:gradle                                        | 8.1.3  | 8.2.0  |
| maven          | com.diffplug.spotless:com.diffplug.spotless.gradle.plugin             | 6.22.0 | 6.23.2 |
| maven          | org.jetbrains.kotlinx.kover:org.jetbrains.kotlinx.kover.gradle.plugin | 0.7.3  | 0.7.5  |
| maven          | org.jetbrains.kotlin:kotlin-gradle-plugin                             | 1.9.20 | 1.9.21 |
| maven          | org.jetbrains.kotlin:kotlin-test-junit                                | 1.9.20 | 1.9.21 |
  • Loading branch information
renovate[bot] authored Dec 3, 2023
1 parent 3e0a8e7 commit 94126de
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
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.5" apply false
id("com.diffplug.spotless") version "6.23.2" 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.0")
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.23.2")
classpath("dev.drewhamilton.poko:poko-gradle-plugin:0.15.1")
classpath("com.github.ben-manes:gradle-versions-plugin:0.50.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.5-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
2 changes: 1 addition & 1 deletion 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.21"

object appConfig {
const val applicationId = "com.hoc.flowmvi"
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
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.5-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 94126de

Please sign in to comment.