From 810e9b2a74bce0f2c54134c71fc186ae6b232513 Mon Sep 17 00:00:00 2001 From: Ludovic DEHON Date: Sat, 9 Dec 2023 22:26:15 +0100 Subject: [PATCH] chore(deps): bump com.github.ben-manes.versions from 0.49.0 to 0.50.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 48225039..95f9978f 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ plugins { id 'ru.vyarus.github-info' version '1.5.0' apply(false) id 'signing' id "io.github.gradle-nexus.publish-plugin" version "1.3.0" - id "com.github.ben-manes.versions" version "0.49.0" + id "com.github.ben-manes.versions" version "0.50.0" id 'net.researchgate.release' version '3.0.2' }