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.1.1    | 8.6    |
| maven          | com.diffplug.spotless:com.diffplug.spotless.gradle.plugin                           | 6.19.0   | 6.25.0 |
| maven          | org.jetbrains.kotlinx:kotlinx-knit-test                                             | 0.4.0    | 0.5.0  |
| maven          | org.jetbrains.kotlinx.kover:org.jetbrains.kotlinx.kover.gradle.plugin               | 0.7.1    | 0.7.5  |
| maven          | io.kotest.extensions:kotest-assertions-arrow                                        | 1.3.3    | 1.4.0  |
| maven          | io.kotest.multiplatform:io.kotest.multiplatform.gradle.plugin                       | 5.6.2    | 5.8.0  |
| maven          | io.kotest:kotest-runner-junit5                                                      | 5.6.2    | 5.8.0  |
| maven          | io.kotest:kotest-framework-datatest                                                 | 5.6.2    | 5.8.0  |
| maven          | io.kotest:kotest-property                                                           | 5.6.2    | 5.8.0  |
| maven          | io.kotest:kotest-framework-engine                                                   | 5.6.2    | 5.8.0  |
| maven          | io.kotest:kotest-assertions-core                                                    | 5.6.2    | 5.8.0  |
| maven          | org.jetbrains.dokka:org.jetbrains.dokka.gradle.plugin                               | 1.8.20   | 1.9.10 |
| maven          | io.arrow-kt:arrow-core                                                              | 1.2.0-RC | 1.2.1  |
| maven          | org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin                     | 1.8.22   | 1.9.20 |
| maven          | org.jetbrains.kotlin.multiplatform:org.jetbrains.kotlin.multiplatform.gradle.plugin | 1.8.22   | 1.9.22 |
  • Loading branch information
renovate[bot] authored Feb 3, 2024
1 parent 8e7149f commit 04e5ada
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[versions]
kotlin = "1.8.22"
arrow = "1.2.0-RC"
kotlin = "1.9.22"
arrow = "1.2.1"
arrow-config = "0.11.0"
dokka = "1.8.20"
kotest = "5.6.2"
kotest-arrow = "1.3.3"
kover = "0.7.1"
dokka = "1.9.10"
kotest = "5.8.0"
kotest-arrow = "1.4.0"
kover = "0.7.5"
kotlinBinaryCompatibilityValidator = "0.13.2"
knit = "0.4.0"
spotless = "6.19.0"
knit = "0.5.0"
spotless = "6.25.0"

[libraries]
kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib" }
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.1.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 04e5ada

Please sign in to comment.