From ce19d2304a19e718411392f3b84c06af9990c280 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 07:55:17 +0200 Subject: [PATCH] Bump dk.mada.style from 0.9.6 to 0.9.7 (#5) Bumps [dk.mada.style](https://github.com/jskov/mada-style-gradle) from 0.9.6 to 0.9.7. - [Release notes](https://github.com/jskov/mada-style-gradle/releases) - [Commits](https://github.com/jskov/mada-style-gradle/compare/0.9.6...0.9.7) --- updated-dependencies: - dependency-name: dk.mada.style dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index fc2d7fc..a272a32 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ plugins { id 'com.gradle.plugin-publish' version '1.2.1' id 'eclipse' - id 'dk.mada.style' version '0.9.6' + id 'dk.mada.style' version '0.9.7' id 'dk.mada.buildinfo' version '0.9.1' }