From 2ad1ff4cdbe2facef8ecd6beab12221c1e83cd8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Oct 2021 11:01:47 +0000 Subject: [PATCH] Bump kotlin-stdlib from 1.5.21 to 1.5.31 Bumps [kotlin-stdlib](https://github.com/JetBrains/kotlin) from 1.5.21 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.21...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- eco-core/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eco-core/build.gradle b/eco-core/build.gradle index 1bd34126..b76903d8 100644 --- a/eco-core/build.gradle +++ b/eco-core/build.gradle @@ -16,6 +16,6 @@ subprojects { dependencies { compileOnly project(":eco-api") - compileOnly 'org.jetbrains.kotlin:kotlin-stdlib:1.5.21' + compileOnly 'org.jetbrains.kotlin:kotlin-stdlib:1.5.31' } } \ No newline at end of file