commit | b0a6ec7ede854df5b414784264feb5598f52baca | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Tue Oct 01 03:40:20 2024 -0400 |
committer | GitHub <noreply@github.com> | Tue Oct 01 03:40:20 2024 -0400 |
tree | 8c701f48d0c9447c792a935d3aa1da1904aea351 | |
parent | 90af876c67be3973064c44eb967b0d7169c9987f [diff] |
Bump com.bmuschko:gradle-clover-plugin from 3.0.3 to 3.0.7 in /lib/java (#3048) Bumps [com.bmuschko:gradle-clover-plugin](https://github.com/bmuschko/gradle-clover-plugin) from 3.0.3 to 3.0.7. - [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/3.0.3...3.0.7) --- updated-dependencies: - dependency-name: com.bmuschko:gradle-clover-plugin dependency-type: direct:production update-type: version-update:semver-patch ... 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 0acb8a8..e09a7e8 100644 --- a/lib/java/build.gradle +++ b/lib/java/build.gradle
@@ -31,7 +31,7 @@ } dependencies { - classpath 'com.bmuschko:gradle-clover-plugin:3.0.3' + classpath 'com.bmuschko:gradle-clover-plugin:3.0.7' } }