From 2d750c54a02b3bd4bb036ef7d50acae5e1de51c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 08:22:52 +0000 Subject: [PATCH] chore(deps): bump mockk from 1.13.3 to 1.13.4 Bumps [mockk](https://github.com/mockk/mockk) from 1.13.3 to 1.13.4. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.13.3...v1.13.4) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-type: direct:production update-type: version-update:semver-patch ... 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 a0ea05c9..a31c4308 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -17,7 +17,7 @@ repositories { dependencies { val minestomVersion = "24cc458659" val loggingVersion = "3.0.4" - val mockkVersion = "1.13.3" + val mockkVersion = "1.13.4" val coroutinesCoreVersion = "1.6.4" val kotlinSerializationVersion = "1.4.1" val commonsNetVersion = "3.9.0"