From 886a13c984778515b123bb7ee74528d24a8e9ac5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Jan 2025 08:55:23 +0000 Subject: [PATCH] chore(deps): bump io.github.wmaarts:pitest-mutation-testing-elements-plugin Bumps [io.github.wmaarts:pitest-mutation-testing-elements-plugin](https://github.com/Wmaarts/pitest-mutation-testing-elements-plugin) from 0.4.0 to 0.6.3. - [Release notes](https://github.com/Wmaarts/pitest-mutation-testing-elements-plugin/releases) - [Commits](https://github.com/Wmaarts/pitest-mutation-testing-elements-plugin/compare/v0.4.0...v0.6.3) --- updated-dependencies: - dependency-name: io.github.wmaarts:pitest-mutation-testing-elements-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- processor/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/processor/build.gradle b/processor/build.gradle index 9c43df6..a16a737 100644 --- a/processor/build.gradle +++ b/processor/build.gradle @@ -7,7 +7,7 @@ plugins { } dependencies { - pitest 'io.github.wmaarts:pitest-mutation-testing-elements-plugin:0.4.0' + pitest 'io.github.wmaarts:pitest-mutation-testing-elements-plugin:0.6.3' annotationProcessor platform(project(':dependencies')) annotationProcessor 'com.google.auto.service:auto-service'