From 49ea85b815a803dba739f778001336141c9487d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 10:27:23 +0000 Subject: [PATCH] Bump com.github.jakemarsden.git-hooks from 0.0.1 to 0.0.2 Bumps com.github.jakemarsden.git-hooks from 0.0.1 to 0.0.2. --- updated-dependencies: - dependency-name: com.github.jakemarsden.git-hooks dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- settings.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index ca6de1d..9021e10 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -7,7 +7,7 @@ pluginManagement { // Update this in libs.version.toml when you change it here. id("io.gitlab.arturbosch.detekt") version "1.23.4" - id("com.github.jakemarsden.git-hooks") version "0.0.1" + id("com.github.jakemarsden.git-hooks") version "0.0.2" id("com.github.johnrengelman.shadow") version "8.1.1" } }