From 68549ea324f0e3db95b433b73cff0506c4e4bc06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Oct 2022 18:14:45 +0000 Subject: [PATCH] Bump com.coditory.build from 0.1.18 to 0.1.19 Bumps com.coditory.build from 0.1.18 to 0.1.19. --- updated-dependencies: - dependency-name: com.coditory.build dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 80b9ad4..440d9f0 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ plugins { id 'jacoco' id 'maven-publish' id 'com.github.kt3k.coveralls' version '2.12.0' - id 'com.coditory.build' version '0.1.18' + id 'com.coditory.build' version '0.1.19' id 'io.github.gradle-nexus.publish-plugin' version '1.1.0' apply false }