commit | 3b67982f7acb85586615f6d8a7a725a203a3c132 | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Thu Aug 15 01:07:07 2024 -0400 |
committer | GitHub <noreply@github.com> | Thu Aug 15 01:07:07 2024 -0400 |
tree | 47abd1fc22d59225656382140b64a2a7b62eafab | |
parent | 8a5fa6062137e8d73adcdd7960a539ca58fc7d4c [diff] [blame] |
Bump com.bmuschko:gradle-clover-plugin in /lib/kotlin (#2793) Bumps [com.bmuschko:gradle-clover-plugin](https://github.com/bmuschko/gradle-clover-plugin) from 2.2.1 to 3.0.3. - [Release notes](https://github.com/bmuschko/gradle-clover-plugin/releases) - [Changelog](https://github.com/bmuschko/gradle-clover-plugin/blob/master/RELEASE_NOTES.md) - [Commits](https://github.com/bmuschko/gradle-clover-plugin/compare/v2.2.1...3.0.3) --- updated-dependencies: - dependency-name: com.bmuschko:gradle-clover-plugin dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
diff --git a/lib/java/build.gradle b/lib/java/build.gradle index 67c4af5..0acb8a8 100644 --- a/lib/java/build.gradle +++ b/lib/java/build.gradle
@@ -31,7 +31,7 @@ } dependencies { - classpath 'com.bmuschko:gradle-clover-plugin:2.2.1' + classpath 'com.bmuschko:gradle-clover-plugin:3.0.3' } }