From b6e0a817cddd591b99edd9b29c84683cfc8bcc3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Feb 2023 10:50:47 +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.0 to 1.8.10. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.8.10/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.8.0...v1.8.10) --- 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 6847f486..f771d534 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -9,7 +9,7 @@ val mockWebServerVersion = "4.10.0" val jacksonVersion = "2.14.2" val nettyVersion = "4.1.87.Final" val junitJupiterVersion = "5.9.2" -val kotlinVersion = "1.8.0" +val kotlinVersion = "1.8.10" val freemarkerVersion = "2.3.32" val kotestVersion = "5.5.5" val bouncyCastleVersion = "1.70"