Skip to content

Commit

Permalink
chore(deps): update all dependencies (#95)
Browse files Browse the repository at this point in the history
| datasource     | package                                                                                                         | from   | to     |
| -------------- | --------------------------------------------------------------------------------------------------------------- | ------ | ------ |
| github-tags    | codecov/codecov-action                                                                                          | v3.1.4 | v3.1.6 |
| gradle-version | gradle                                                                                                          | 8.5    | 8.6    |
| pypi           | mkdocs-material                                                                                                 | 9.5.3  | 9.5.9  |
| maven          | org.gradle.toolchains.foojay-resolver-convention:org.gradle.toolchains.foojay-resolver-convention.gradle.plugin | 0.7.0  | 0.8.0  |
| maven          | org.jetbrains.kotlinx:kotlinx-coroutines-jdk8                                                                   | 1.7.3  | 1.8.0  |
| maven          | org.jetbrains.kotlinx:kotlinx-coroutines-test                                                                   | 1.7.3  | 1.8.0  |
| maven          | org.jetbrains.kotlinx:kotlinx-coroutines-swing                                                                  | 1.7.3  | 1.8.0  |
| maven          | org.jetbrains.kotlinx:kotlinx-coroutines-android                                                                | 1.7.3  | 1.8.0  |
| maven          | org.jetbrains.kotlinx:kotlinx-coroutines-core                                                                   | 1.7.3  | 1.8.0  |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 15, 2024
1 parent a9f7266 commit 819c5cd
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
run: ./gradlew :koverXmlReport

- name: Upload Test Report
uses: codecov/[email protected].4
uses: codecov/[email protected].6

- name: Upload test report artifact
if: ${{ failure() }}
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mkdocs==1.5.3
mkdocs-material==9.5.3
mkdocs-material==9.5.9
pymdown-extensions==10.7
mdx_truly_sane_lists==1.3 # https://github.com/radude/mdx_truly_sane_lists
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
junit = "4.13.2"
kotlin = "1.9.22"
coroutines = "1.7.3"
coroutines = "1.8.0"
kotlinx-serialization-json = "1.6.2"
kotlinx-collections-immutable = "0.3.7"

Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ include(":viewmodel-savedstate")
include(":sample:app", ":sample:shared")

plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version("0.7.0")
id("org.gradle.toolchains.foojay-resolver-convention") version("0.8.0")
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kotlin = "1.9.22"
java-target = "11"
# the Java version that is used to run the Java and Kotlin compilers and various other tasks
java-toolchain = "17"
coroutines = "1.7.3"
coroutines = "1.8.0"
kotlinx-serialization-json = "1.6.2"
kotlinx-collections-immutable = "0.3.7"

Expand Down
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.5-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ includeBuild("../..") {
include(":android", ":desktop", ":common")

plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version ("0.7.0")
id("org.gradle.toolchains.foojay-resolver-convention") version ("0.8.0")
}

0 comments on commit 819c5cd

Please sign in to comment.