From 279e6864c880fa0a30f2b7af6cdec4d35d8c3dba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jul 2023 13:41:10 +0000 Subject: [PATCH] build(deps): bump org.jetbrains.kotlin.jvm from 1.4.32 to 1.9.0 Bumps [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) from 1.4.32 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.4.32...v1.9.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.jvm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 116f038..f5c8b99 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ buildscript { plugins { id "application" - id "org.jetbrains.kotlin.jvm" version "1.4.32" + id "org.jetbrains.kotlin.jvm" version "1.9.0" id "io.jooby.run" version "2.9.6" id "io.spring.dependency-management" version "1.1.0" id "com.google.osdetector" version "1.7.3"