From d2b9009464a75269e398be0d783d19f18faf7e09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 17:15:03 +0000 Subject: [PATCH] Bump io.kotest:kotest-assertions-core from 5.8.1 to 5.9.0 Bumps [io.kotest:kotest-assertions-core](https://github.com/kotest/kotest) from 5.8.1 to 5.9.0. - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](https://github.com/kotest/kotest/compare/v5.8.1...v5.9.0) --- updated-dependencies: - dependency-name: io.kotest:kotest-assertions-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index ef8ddb1..318d74c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -16,7 +16,7 @@ mockk = "io.mockk:mockk:1.13.10" tabbedCodeExtension = "com.bmuschko:asciidoctorj-tabbed-code-extension:0.3" orgJson = "org.json:json:20240303" jsonPath = "com.jayway.jsonpath:json-path:2.9.0" -kotestAssertions = "io.kotest:kotest-assertions-core:5.8.1" +kotestAssertions = "io.kotest:kotest-assertions-core:5.9.0" jacksonDataBind = { module = "com.fasterxml.jackson.core:jackson-databind", version.ref = "jackson" } jacksonDataFormatYaml = { module = "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml", version.ref = "jackson" } okHttp = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" }