From 0b0fc23db8c7674f6a5382723d199a7a983abd1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 10:47:14 +0000 Subject: [PATCH] build(deps): bump the all-deps group with 1 update Bumps the all-deps group with 1 update: [io.mockk:mockk](https://github.com/mockk/mockk). - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.13.3...1.13.7) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 4f5e2b57..c79fa492 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -18,7 +18,7 @@ val logstashLogbackEncoderVersion = "7.4" val micrometerRegistryPrometheusVersion = "1.11.4" val mockOAuth2ServerVersion = "2.0.0" val mockWebServerVersion = "4.11.0" -val mockkVersion = "1.13.3" +val mockkVersion = "1.13.7" val nimbusSdkVersion = "10.15" val postgresqlVersion = "42.6.0" val testcontainersPostgresVersion = "1.19.0"