From 48c30b6b1a4503c972bd3c5f1ec2c536c355c61c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 07:35:06 +0000 Subject: [PATCH] Bump the ivy-wallet group with 8 updates Bumps the ivy-wallet group with 8 updates: | Package | From | To | | --- | --- | --- | | [org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin) | `1.9.10` | `1.9.20` | | [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) | `1.9.10` | `1.9.20` | | [org.jetbrains.kotlin.plugin.serialization](https://github.com/JetBrains/kotlin) | `1.9.10` | `1.9.20` | | [org.jetbrains.kotlinx:kotlinx-serialization-json](https://github.com/Kotlin/kotlinx.serialization) | `1.6.0` | `1.6.1` | | [io.kotest:kotest-runner-junit5](https://github.com/kotest/kotest) | `5.7.2` | `5.8.0` | | [io.kotest:kotest-assertions-core](https://github.com/kotest/kotest) | `5.7.2` | `5.8.0` | | [io.kotest:kotest-property](https://github.com/kotest/kotest) | `5.7.2` | `5.8.0` | | [io.kotest:kotest-framework-datatest](https://github.com/kotest/kotest) | `5.7.2` | `5.8.0` | Updates `org.jetbrains.kotlin:kotlin-stdlib` from 1.9.10 to 1.9.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.10...v1.9.20) Updates `org.jetbrains.kotlin.jvm` from 1.9.10 to 1.9.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.10...v1.9.20) Updates `org.jetbrains.kotlin.plugin.serialization` from 1.9.10 to 1.9.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.10...v1.9.20) Updates `org.jetbrains.kotlinx:kotlinx-serialization-json` from 1.6.0 to 1.6.1 - [Release notes](https://github.com/Kotlin/kotlinx.serialization/releases) - [Changelog](https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md) - [Commits](https://github.com/Kotlin/kotlinx.serialization/compare/v1.6.0...v1.6.1) Updates `io.kotest:kotest-runner-junit5` from 5.7.2 to 5.8.0 - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](https://github.com/kotest/kotest/compare/v5.7.2...v5.8.0) Updates `io.kotest:kotest-assertions-core` from 5.7.2 to 5.8.0 - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](https://github.com/kotest/kotest/compare/v5.7.2...v5.8.0) Updates `io.kotest:kotest-property` from 5.7.2 to 5.8.0 - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](https://github.com/kotest/kotest/compare/v5.7.2...v5.8.0) Updates `io.kotest:kotest-framework-datatest` from 5.7.2 to 5.8.0 - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](https://github.com/kotest/kotest/compare/v5.7.2...v5.8.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ivy-wallet - dependency-name: org.jetbrains.kotlin.jvm dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ivy-wallet - dependency-name: org.jetbrains.kotlin.plugin.serialization dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ivy-wallet - dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ivy-wallet - dependency-name: io.kotest:kotest-runner-junit5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ivy-wallet - dependency-name: io.kotest:kotest-assertions-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ivy-wallet - dependency-name: io.kotest:kotest-property dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ivy-wallet - dependency-name: io.kotest:kotest-framework-datatest dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ivy-wallet ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index cb8fccb..9e64e27 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,15 +1,15 @@ [versions] -kotlin = "1.9.10" +kotlin = "1.9.20" kotlin-coroutines = "1.7.3" arrow = "1.2.1" -kotest = "5.7.2" +kotest = "5.8.0" [libraries] # Kotlin kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib", version.ref = "kotlin" } kotlin-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "kotlin-coroutines" } -kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version = "1.6.0" } +kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version = "1.6.1" } # Arrow arrowkt-core = { module = "io.arrow-kt:arrow-core", version.ref = "arrow" }