diff --git a/settings.gradle b/settings.gradle index 6ae5fb0..363ecab 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,8 +1,8 @@ pluginManagement { plugins { id "biz.aQute.bnd.builder" version "6.4.0" - id "org.ajoberstar.git-publish" version '0.3.0' - id "com.github.ben-manes.versions" version "0.27.0" + id "org.ajoberstar.git-publish" version '3.0.1' + id "com.github.ben-manes.versions" version "0.42.0" id "com.jfrog.bintray" version "1.8.4" } }