From d8243b46433d6c82a66d6d7a578980401b9d92bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jun 2023 10:10:05 +0000 Subject: [PATCH] chore(deps): bump org.jetbrains.kotlin:kotlin-test from 1.8.20 to 1.8.22 Bumps [org.jetbrains.kotlin:kotlin-test](https://github.com/JetBrains/kotlin) from 1.8.20 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 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 441fe3f6..fe8c3f67 100644 --- a/build.gradle +++ b/build.gradle @@ -34,7 +34,7 @@ dependencies { implementation "commons-io:commons-io:2.11.0" implementation 'io.sentry:sentry:6.18.1' testImplementation "junit:junit:4.13.2" - testImplementation "org.jetbrains.kotlin:kotlin-test:1.8.20" + testImplementation "org.jetbrains.kotlin:kotlin-test:1.8.22" testImplementation "org.mockito:mockito-core:5.+" testImplementation "org.assertj:assertj-core:3.24.2" testImplementation "io.mockk:mockk:1.13.5"