Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
| datasource     | package                                                                             | from   | to     |
| -------------- | ----------------------------------------------------------------------------------- | ------ | ------ |
| github-tags    | actions/cache                                                                       | v3.0.2 | v3.3.1 |
| gradle-version | gradle                                                                              | 7.4.2  | 7.6.1  |
| maven          | io.kotest:kotest-assertions-core                                                    | 5.3.0  | 5.5.5  |
| maven          | io.kotest:kotest-framework-engine                                                   | 5.3.0  | 5.5.5  |
| maven          | io.kotest:kotest-property                                                           | 5.3.0  | 5.5.5  |
| maven          | io.kotest.multiplatform:io.kotest.multiplatform.gradle.plugin                       | 5.3.0  | 5.5.5  |
| maven          | org.jetbrains.kotlin.multiplatform:org.jetbrains.kotlin.multiplatform.gradle.plugin | 1.6.21 | 1.8.10 |
  • Loading branch information
renovate[bot] authored Mar 17, 2023
1 parent cb53899 commit d5f5011
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Restore Gradle cache
id: cache
uses: actions/cache@v3.0.2
uses: actions/cache@v3.3.1
with:
path: |
~/.gradle/caches
Expand Down
10 changes: 5 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
kotlin("multiplatform") version "1.6.21" apply true
id("io.kotest.multiplatform") version "5.3.0" apply true
kotlin("multiplatform") version "1.8.10" apply true
id("io.kotest.multiplatform") version "5.5.5" apply true
id("io.arrow-kt.analysis.kotlin") version "2.0.2"
}

Expand Down Expand Up @@ -37,9 +37,9 @@ kotlin {
}
commonTest {
dependencies {
implementation("io.kotest:kotest-property:5.3.0")
implementation("io.kotest:kotest-framework-engine:5.3.0")
implementation("io.kotest:kotest-assertions-core:5.3.0")
implementation("io.kotest:kotest-property:5.5.5")
implementation("io.kotest:kotest-framework-engine:5.5.5")
implementation("io.kotest:kotest-assertions-core:5.5.5")
}
}
}
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-7.4.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit d5f5011

Please sign in to comment.