From 5d91c92a78099a670e69cd965412072e7bf9c5c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 12:07:32 +0000 Subject: [PATCH] chore(deps): bump org.jetbrains.kotlin:kotlin-test from 1.9.10 to 1.9.22 Bumps [org.jetbrains.kotlin:kotlin-test](https://github.com/JetBrains/kotlin) from 1.9.10 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.10...v1.9.22) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-test dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 863c2d13..70e26157 100644 --- a/build.gradle +++ b/build.gradle @@ -91,9 +91,9 @@ dependencies { // Use the Kotlin coroutines library. implementation group: 'org.jetbrains.kotlinx', name: 'kotlinx-coroutines-core', version: '1.7.3' // Use the Kotlin test library. - testImplementation group: 'org.jetbrains.kotlin', name: 'kotlin-test', version: '1.9.10' + testImplementation group: 'org.jetbrains.kotlin', name: 'kotlin-test', version: '1.9.22' // 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.22' implementation group: 'com.squareup.okhttp3', name: 'okhttp', version: '5.0.0-alpha.11'