From 9bee828982720f4b9dacfcc45c3e5b7936f3f5f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Aug 2023 23:54:01 +0000 Subject: [PATCH] chore(deps): bump org.jetbrains.kotlin.jvm from 1.9.0 to 1.9.10 Bumps [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) from 1.9.0 to 1.9.10. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.10/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.0...v1.9.10) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.jvm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 88e8ac9..db8db82 100644 --- a/build.gradle +++ b/build.gradle @@ -34,7 +34,7 @@ plugins { // Code coverage id 'jacoco' - id "org.jetbrains.kotlin.jvm" version "1.9.0" + id "org.jetbrains.kotlin.jvm" version "1.9.10" // Linter id 'io.gitlab.arturbosch.detekt' version '1.23.1'