From 7ceb145c14ce151aaffb7645ae1529c07fc0494a Mon Sep 17 00:00:00 2001 From: Ludovic DEHON Date: Wed, 7 Feb 2024 13:53:42 +0100 Subject: [PATCH] chore(deps): bump com.github.ben-manes.versions from 0.50.0 to 0.51.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 892d306..6edcab8 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ plugins { id 'ru.vyarus.github-info' version '1.5.0' id 'signing' id "io.github.gradle-nexus.publish-plugin" version "1.3.0" - id "com.github.ben-manes.versions" version "0.50.0" + id "com.github.ben-manes.versions" version "0.51.0" id 'net.researchgate.release' version '3.0.2' }