Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
| datasource     | package                                                         | from   | to     |
| -------------- | --------------------------------------------------------------- | ------ | ------ |
| gradle-version | gradle                                                          | 8.7    | 8.10.2 |
| maven          | org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin | 1.9.23 | 1.9.25 |
| maven          | org.jetbrains.kotlin:kotlin-scripting-jsr223-unshaded           | 1.9.23 | 1.9.25 |
| maven          | org.jetbrains.kotlin:kotlin-gradle-plugin                       | 1.9.23 | 1.9.25 |
| maven          | com.javiersc.semver:semver-gradle-plugin                        | 0.5.1  | 0.8.0  |
| maven          | org.jetbrains.kotlinx:kotlinx-coroutines-core                   | 1.8.0  | 1.9.0  |
| maven          | com.android.tools.build:gradle                                  | 8.3.2  | 8.7.0  |
  • Loading branch information
renovate[bot] authored Oct 9, 2024
1 parent 97ba7b5 commit ed11cff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[versions]
android = "8.3.2"
android = "8.7.0"
arrow = "1.2.4"
arrowGradleConfig = "0.11.0"
coroutines = "1.8.0"
coroutines = "1.9.0"
dokka = "1.9.20"
gradlePublish = "0.21.0"
javierscSemverGradlePlugin = "0.5.1"
kotlin = "1.9.23"
javierscSemverGradlePlugin = "0.8.0"
kotlin = "1.9.25"
nexusPublish = "1.3.0"
spotless = "6.25.0"

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit ed11cff

Please sign in to comment.