From 0c2dc38c1bb04bfad3898e1a28f8f8ccf2fac701 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jul 2025 08:11:21 +0000 Subject: [PATCH] Bump io.strikt:strikt-mockk from 0.34.1 to 0.35.1 Bumps [io.strikt:strikt-mockk](https://github.com/robfletcher/strikt) from 0.34.1 to 0.35.1. - [Release notes](https://github.com/robfletcher/strikt/releases) - [Changelog](https://github.com/robfletcher/strikt/blob/main/CHANGELOG.md) - [Commits](https://github.com/robfletcher/strikt/compare/v0.34.1...v0.35.1) --- updated-dependencies: - dependency-name: io.strikt:strikt-mockk dependency-version: 0.35.1 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 a32aee7..3cccd2b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,7 +5,7 @@ kotlinPlugin = "1.9.0" # Libraries okhttp = "4.12.0" -striktMockk = "0.34.1" +striktMockk = "0.35.1" junit = "4.13.2" androidxJunit = "1.1.5" androidxCore = "1.12.0"