From 075136a303ff2e5be031ef0c6cb26338aa78b2c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 14:52:42 +0000 Subject: [PATCH] Bump io.kotest:kotest-assertions-core from 5.8.0 to 5.8.1 Bumps [io.kotest:kotest-assertions-core](https://github.com/kotest/kotest) from 5.8.0 to 5.8.1. - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](https://github.com/kotest/kotest/compare/v5.8.0...v5.8.1) --- updated-dependencies: - dependency-name: io.kotest:kotest-assertions-core 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 19716c7..b4a6448 100644 --- a/build.gradle +++ b/build.gradle @@ -25,7 +25,7 @@ dependencies { testImplementation 'junit:junit:4.13.2' testImplementation "pl.pragmatists:JUnitParams:1.1.1" testImplementation 'io.kotest:kotest-runner-junit4:5.8.1' - testImplementation 'io.kotest:kotest-assertions-core:5.8.0' + testImplementation 'io.kotest:kotest-assertions-core:5.8.1' testImplementation 'io.kotest:kotest-property:5.8.1' }