From 1acfcd0883e0f46f87f8172ae97f78d5b30216c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jun 2023 09:05:32 +0000 Subject: [PATCH] chore(deps): bump org.jetbrains.kotlin:kotlin-test-junit5 Bumps [org.jetbrains.kotlin:kotlin-test-junit5](https://github.com/JetBrains/kotlin) from 1.8.21 to 1.8.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/commits) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-test-junit5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index ebd8b50f..a1afc08b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -9,7 +9,7 @@ val mockWebServerVersion = "4.11.0" val jacksonVersion = "2.15.2" val nettyVersion = "4.1.93.Final" val junitJupiterVersion = "5.9.3" -val kotlinVersion = "1.8.21" +val kotlinVersion = "1.8.22" val freemarkerVersion = "2.3.32" val kotestVersion = "5.6.2" val bouncyCastleVersion = "1.70"