From 78415f4fd0f91666239e273ba88cdb6128854922 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Apr 2023 16:08:42 +0000 Subject: [PATCH] Bump org.jetbrains.kotlin:kotlin-stdlib-common from 1.7.20 to 1.8.20 Bumps [org.jetbrains.kotlin:kotlin-stdlib-common](https://github.com/JetBrains/kotlin) from 1.7.20 to 1.8.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/commits) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib-common dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- cerberus-core/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cerberus-core/build.gradle b/cerberus-core/build.gradle index 4568f9e1..1d3b2987 100644 --- a/cerberus-core/build.gradle +++ b/cerberus-core/build.gradle @@ -42,7 +42,7 @@ dependencies { configurations.all { resolutionStrategy { - force "org.jetbrains.kotlin:kotlin-stdlib-common:1.7.20" + force "org.jetbrains.kotlin:kotlin-stdlib-common:1.8.20" force "org.jetbrains.kotlin:kotlin-stdlib:1.7.20" } }