From 9a4cfc9b88070e109fb78e96b2678029031ba7ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Mar 2022 17:53:31 +0000 Subject: [PATCH] Bump kotest-runner-junit5 from 5.2.1 to 5.2.2 Bumps [kotest-runner-junit5](https://github.com/kotest/kotest) from 5.2.1 to 5.2.2. - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](https://github.com/kotest/kotest/compare/v5.2.1...v5.2.2) --- updated-dependencies: - dependency-name: io.kotest:kotest-runner-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 20a6daf..302a533 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10" implementation "org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:1.3.2" implementation "com.amazon.ion:ion-java:1.9.3" - testImplementation "io.kotest:kotest-runner-junit5:5.2.1" + testImplementation "io.kotest:kotest-runner-junit5:5.2.2" testImplementation "io.kotest:kotest-assertions-core:5.2.2" }