From b8da8fcd100f54dc6a22dab4d6d09a15e59cd2ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 19:45:30 +0000 Subject: [PATCH] build(deps): bump me.qoomon.git-versioning in the patches group Bumps the patches group with 1 update: me.qoomon.git-versioning. Updates `me.qoomon.git-versioning` from 6.4.3 to 6.4.4 --- updated-dependencies: - dependency-name: me.qoomon.git-versioning dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d44f10d..96fd83d 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ plugins { id 'io.spring.dependency-management' version '1.1.6' id 'java' // https://github.com/qoomon/gradle-git-versioning-plugin - id 'me.qoomon.git-versioning' version '6.4.3' + id 'me.qoomon.git-versioning' version '6.4.4' // https://github.com/node-gradle/gradle-node-plugin id "com.github.node-gradle.node" version '7.0.2' id "io.github.itzg.simple-boot-image" version '3.2.1'