From 9d80496e3add83625f50bd95babdaf24d21bce22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 07:05:53 +0000 Subject: [PATCH] Bump org.jetbrains.kotlin:kotlin-test from 1.8.22 to 1.9.22 (#434) Bumps [org.jetbrains.kotlin:kotlin-test](https://github.com/JetBrains/kotlin) from 1.8.22 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.8.22...v1.9.22) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-test dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 6031c2751..6f46e193d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -24,7 +24,7 @@ val kafkaVersion = "3.6.0" val avroVersion = "1.11.3" val confluentVersion = "7.5.3" val brukernotifikasjonerSchemaVersion = "2.5.1" -val kotlinVersion = "1.8.22" +val kotlinVersion = "1.9.22" val githubUser: String by project val githubPassword: String by project