From abd4dee72b2ff802fad6a3bd551b85b0b7b35031 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Dec 2023 09:30:52 -0800 Subject: [PATCH] Bump org.jetbrains.kotlin:kotlin-bom from 1.9.21 to 1.9.22 (#1412) Bumps [org.jetbrains.kotlin:kotlin-bom](https://github.com/JetBrains/kotlin) from 1.9.21 to 1.9.22. - [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.9.21...v1.9.22) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index c9725216fa..8a5b2b025d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -61,7 +61,7 @@ jsoup = "1.17.1" junit-testng = "1.0.4" junit4 = "4.13.2" junit5 = "5.10.1" -kotlin = "1.9.21" +kotlin = "1.9.22" lincheck = "2.18.1" mockito = "5.8.0" nexus-publish = "2.0.0-rc-1"