From 3edd8d3184d5b74037f53553a1425b753ccaf072 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 15:52:58 +0000 Subject: [PATCH] Bump the dependencies group with 5 updates Bumps the dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | io.papermc.paper:paper-api | `1.21-R0.1-SNAPSHOT` | `1.21.1-R0.1-SNAPSHOT` | | [com.github.shynixn.mccoroutine:mccoroutine-bukkit-api](https://github.com/Shynixn/MCCoroutine) | `2.18.0` | `2.19.0` | | [com.github.shynixn.mccoroutine:mccoroutine-bukkit-core](https://github.com/Shynixn/MCCoroutine) | `2.18.0` | `2.19.0` | | org.jetbrains.kotlin.jvm | `2.0.0` | `2.0.10` | | org.jetbrains.kotlin.plugin.serialization | `2.0.0` | `2.0.10` | Updates `io.papermc.paper:paper-api` from 1.21-R0.1-SNAPSHOT to 1.21.1-R0.1-SNAPSHOT Updates `com.github.shynixn.mccoroutine:mccoroutine-bukkit-api` from 2.18.0 to 2.19.0 - [Release notes](https://github.com/Shynixn/MCCoroutine/releases) - [Commits](https://github.com/Shynixn/MCCoroutine/compare/2.18.0...2.19.0) Updates `com.github.shynixn.mccoroutine:mccoroutine-bukkit-core` from 2.18.0 to 2.19.0 - [Release notes](https://github.com/Shynixn/MCCoroutine/releases) - [Commits](https://github.com/Shynixn/MCCoroutine/compare/2.18.0...2.19.0) Updates `com.github.shynixn.mccoroutine:mccoroutine-bukkit-core` from 2.18.0 to 2.19.0 - [Release notes](https://github.com/Shynixn/MCCoroutine/releases) - [Commits](https://github.com/Shynixn/MCCoroutine/compare/2.18.0...2.19.0) Updates `org.jetbrains.kotlin.jvm` from 2.0.0 to 2.0.10 Updates `org.jetbrains.kotlin.plugin.serialization` from 2.0.0 to 2.0.10 --- updated-dependencies: - dependency-name: io.papermc.paper:paper-api dependency-type: direct:production dependency-group: dependencies - dependency-name: com.github.shynixn.mccoroutine:mccoroutine-bukkit-api dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: com.github.shynixn.mccoroutine:mccoroutine-bukkit-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: com.github.shynixn.mccoroutine:mccoroutine-bukkit-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: org.jetbrains.kotlin.jvm dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.jetbrains.kotlin.plugin.serialization dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... 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 b7d26e9..c1b124d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] -paper = "1.21-R0.1-SNAPSHOT" -mccoroutine = "2.18.0" +paper = "1.21.1-R0.1-SNAPSHOT" +mccoroutine = "2.19.0" koinVersion = "3.5.6" coroutine = "1.8.1" serialization = "1.7.1" @@ -69,8 +69,8 @@ koin-core = { group = "io.insert-koin", name = "koin-core", version.ref = "koin- run-paper = { id = "xyz.jpenilla.run-paper", version = "2.3.0" } resource-factory = { id = "xyz.jpenilla.resource-factory", version = "1.1.2" } shadow = { id = "io.github.goooler.shadow", version = "8.1.8" } -kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version = "2.0.0" } -kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version = "2.0.0" } +kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version = "2.0.10" } +kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version = "2.0.10" } dokka = { id = "org.jetbrains.dokka", version = "1.9.20" } [bundles]