Skip to content

Commit f15eb8d

Browse files
chore(deps): update all dependencies
| 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.3 | | 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.3 | | 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 |
1 parent 3e0a8e7 commit f15eb8d

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

build.gradle.kts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
77
// Top-level build file where you can add configuration options common to all sub-projects/modules.
88

99
plugins {
10-
id("org.jetbrains.kotlinx.kover") version "0.7.3" apply false
11-
id("com.diffplug.spotless") version "6.22.0" apply false
10+
id("org.jetbrains.kotlinx.kover") version "0.7.5" apply false
11+
id("com.diffplug.spotless") version "6.23.3" apply false
1212
}
1313

1414
buildscript {
@@ -19,11 +19,11 @@ buildscript {
1919
maven(url = "https://oss.sonatype.org/content/repositories/snapshots")
2020
}
2121
dependencies {
22-
classpath("com.android.tools.build:gradle:8.1.3")
22+
classpath("com.android.tools.build:gradle:8.2.0")
2323
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
24-
classpath("com.diffplug.spotless:spotless-plugin-gradle:6.22.0")
25-
classpath("dev.drewhamilton.poko:poko-gradle-plugin:0.15.0")
26-
classpath("com.github.ben-manes:gradle-versions-plugin:0.46.0")
24+
classpath("com.diffplug.spotless:spotless-plugin-gradle:6.23.3")
25+
classpath("dev.drewhamilton.poko:poko-gradle-plugin:0.15.1")
26+
classpath("com.github.ben-manes:gradle-versions-plugin:0.50.0")
2727
}
2828
}
2929

buildSrc/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

buildSrc/src/main/kotlin/deps.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import org.gradle.plugin.use.PluginDependenciesSpec
77
import org.gradle.plugin.use.PluginDependencySpec
88

99
const val ktlintVersion = "1.0.0"
10-
const val kotlinVersion = "1.9.20"
10+
const val kotlinVersion = "1.9.21"
1111

1212
object appConfig {
1313
const val applicationId = "com.hoc.flowmvi"

gradle/wrapper/gradle-wrapper.jar

-19.8 KB
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)