From 487541278656064920f49cc36925aee604febd6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 04:00:25 +0000 Subject: [PATCH] Bump the ivy-wallet group across 1 directory with 5 updates Bumps the ivy-wallet group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [org.jetbrains.kotlinx:kotlinx-serialization-json](https://github.com/Kotlin/kotlinx.serialization) | `1.6.3` | `1.7.0` | | org.jetbrains.intellij | `1.17.3` | `1.17.4` | | [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) | `1.9.24` | `2.0.0` | | [org.jetbrains.kotlin.plugin.serialization](https://github.com/JetBrains/kotlin) | `1.9.24` | `2.0.0` | | [org.jetbrains.kotlinx.kover](https://github.com/Kotlin/kotlinx-kover) | `0.7.6` | `0.8.1` | Updates `org.jetbrains.kotlinx:kotlinx-serialization-json` from 1.6.3 to 1.7.0 - [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.3...v1.7.0) Updates `org.jetbrains.intellij` from 1.17.3 to 1.17.4 Updates `org.jetbrains.kotlin.jvm` from 1.9.24 to 2.0.0 - [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.24...v2.0.0) Updates `org.jetbrains.kotlin.plugin.serialization` from 1.9.24 to 2.0.0 - [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.24...v2.0.0) Updates `org.jetbrains.kotlinx.kover` from 0.7.6 to 0.8.1 - [Release notes](https://github.com/Kotlin/kotlinx-kover/releases) - [Changelog](https://github.com/Kotlin/kotlinx-kover/blob/main/CHANGELOG.md) - [Commits](https://github.com/Kotlin/kotlinx-kover/compare/v0.7.6...v0.8.1) Updates `org.jetbrains.kotlin.plugin.serialization` from 1.9.24 to 2.0.0 - [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.24...v2.0.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-json dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ivy-wallet - dependency-name: org.jetbrains.intellij 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-major dependency-group: ivy-wallet - dependency-name: org.jetbrains.kotlin.plugin.serialization dependency-type: direct:production update-type: version-update:semver-major dependency-group: ivy-wallet - dependency-name: org.jetbrains.kotlinx.kover dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ivy-wallet - dependency-name: org.jetbrains.kotlin.plugin.serialization dependency-type: direct:production update-type: version-update:semver-major dependency-group: ivy-wallet ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 241b7e0..46eb177 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,12 +4,12 @@ annotations = "24.1.0" # plugins dokka = "1.9.20" -kotlin = "1.9.24" +kotlin = "2.0.0" changelog = "2.2.0" -gradleIntelliJPlugin = "1.17.3" +gradleIntelliJPlugin = "1.17.4" qodana = "0.1.13" -kover = "0.7.6" -kotlinxSerialization = "1.6.3" +kover = "0.8.1" +kotlinxSerialization = "1.7.0" [libraries] annotations = { group = "org.jetbrains", name = "annotations", version.ref = "annotations" }