commit | 1451c15a3aeb25717b0f7a4e1093ab77a3b72c18 | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Thu Apr 27 00:44:59 2023 +0000 |
committer | GitHub <noreply@github.com> | Thu Apr 27 00:44:59 2023 +0000 |
tree | 34effe47856c7d5b1c864ea31204aca2d56ea2ba | |
parent | 67de2f5542c45abf07519ea600414f86273c51f0 [diff] |
Bump com.bmuschko:gradle-clover-plugin in /lib/kotlin 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>
diff --git a/lib/java/build.gradle b/lib/java/build.gradle index 7459e1f..28e6daa 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' } }