Skip to content

Commit 8bbad56

Browse files
Bump io.mockative:mockative-processor in /Task-Tracker-Usecases
Bumps [io.mockative:mockative-processor](https://github.com/mockative/mockative) from 1.4.1 to 2.0.1. - [Release notes](https://github.com/mockative/mockative/releases) - [Commits](mockative/mockative@v1.4.1...v2.0.1) --- updated-dependencies: - dependency-name: io.mockative:mockative-processor dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 48a7505 commit 8bbad56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Task-Tracker-Usecases/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@ dependencies {
7373
configurations
7474
.filter { it.name.startsWith("ksp") && it.name.contains("Test") }
7575
.forEach {
76-
add(it.name, "io.mockative:mockative-processor:1.4.1")
76+
add(it.name, "io.mockative:mockative-processor:2.0.1")
7777
}
7878
}

0 commit comments

Comments
 (0)