From 01dc5226a4b1c1458990322d57d21dacc31349ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 08:20:11 +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.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-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 780e3d25..e9e6effc 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -9,7 +9,7 @@ val mockWebServerVersion = "4.12.0" val jacksonVersion = "2.16.0" val nettyVersion = "4.1.104.Final" val junitJupiterVersion = "5.10.1" -val kotlinVersion = "1.9.21" +val kotlinVersion = "1.9.22" val freemarkerVersion = "2.3.32" val kotestVersion = "5.8.0" val bouncyCastleVersion = "1.70"