From 250ab0e5f49e50508c8df1e6701cbaeaee7c9b9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 10:16:37 +0000 Subject: [PATCH] Bump com.github.ben-manes.versions from 0.46.0 to 0.49.0 Bumps com.github.ben-manes.versions from 0.46.0 to 0.49.0. --- updated-dependencies: - dependency-name: com.github.ben-manes.versions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8fa2911..d07f6e8 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ plugins { id 'com.gradle.plugin-publish' version '1.2.0' id 'com.palantir.git-version' version '3.0.0' id 'maven-publish' - id 'com.github.ben-manes.versions' version '0.46.0' + id 'com.github.ben-manes.versions' version '0.49.0' } java {