From b5659b5e98ca9138f63954ba5d6f2a451ff87cc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Nov 2023 12:25:24 +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.10 to 1.9.21. - [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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 863c2d13..2235a100 100644 --- a/build.gradle +++ b/build.gradle @@ -93,7 +93,7 @@ dependencies { // Use the Kotlin test library. testImplementation group: 'org.jetbrains.kotlin', name: 'kotlin-test', version: '1.9.10' // Use the Kotlin JUnit integration. - testImplementation group: 'org.jetbrains.kotlin', name: 'kotlin-test-junit5', version: '1.9.10' + testImplementation group: 'org.jetbrains.kotlin', name: 'kotlin-test-junit5', version: '1.9.21' implementation group: 'com.squareup.okhttp3', name: 'okhttp', version: '5.0.0-alpha.11'