From 9204fab41a2a7b80815053000ba767a9a77e1b6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jul 2023 15:02:14 +0000 Subject: [PATCH] chore(deps): bump org.jetbrains.kotlinx:kotlinx-coroutines-core Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-core](https://github.com/Kotlin/kotlinx.coroutines) from 1.7.2 to 1.7.3. - [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases) - [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md) - [Commits](https://github.com/Kotlin/kotlinx.coroutines/compare/1.7.2...1.7.3) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index cbcb8016..0b53bcb8 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -47,7 +47,7 @@ dependencies { "minecraft"("net.minecraftforge:forge:1.12.2-14.23.5.2855") shade(kotlin("stdlib-jdk7")) - shade("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.2") + shade("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3") shade("io.sigpipe:jbsdiff:1.0") shade("com.anatawa12.sai:sai:0.0.2") shade("org.jetbrains:annotations:24.0.1")