From 9e443749b722944cb1e6dce85346905d96b229cd Mon Sep 17 00:00:00 2001 From: Ludovic DEHON Date: Mon, 12 Jun 2023 08:07:29 +0200 Subject: [PATCH] chore(deps): bump com.github.ben-manes.versions from 0.46.0 to 0.47.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 901a266..3e69194 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.46.0" + id "com.github.ben-manes.versions" version "0.47.0" id 'net.researchgate.release' version '3.0.2' }