From 750dcadc92e22abfb31afa4e9cd415e3654f8383 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 19:37:51 +0000 Subject: [PATCH] chore: bump org.jetbrains.kotlin:kotlin-gradle-plugin Bumps [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.8.10 to 1.9.0. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.8.10...v1.9.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- runtime-batching-kit/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime-batching-kit/build.gradle b/runtime-batching-kit/build.gradle index f59171c..1924ec8 100644 --- a/runtime-batching-kit/build.gradle +++ b/runtime-batching-kit/build.gradle @@ -1,6 +1,6 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlin_version = "1.8.10" + ext.kotlin_version = "1.9.0" repositories { google() mavenCentral()