From a5088a99f16b2fa8868e56a22a2a2f8819f92b41 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Thu, 31 Aug 2023 16:42:49 +0200 Subject: [PATCH] Upgrade Gradle plugins This commit also removes the former repo.spring.io plugins repositories, as they are not needed anymore by this build. --- build.gradle | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/build.gradle b/build.gradle index c2a81b70..1a9fb2bd 100644 --- a/build.gradle +++ b/build.gradle @@ -1,13 +1,6 @@ -buildscript { - repositories { - maven { url "https://repo.spring.io/plugins-release" } - maven {url "https://repo.spring.io/release" } - } -} - plugins { - id 'io.spring.dependency-management' version '1.0.9.RELEASE' apply false - id 'com.jfrog.artifactory' version '4.28.4' apply false + id 'io.spring.dependency-management' version '1.1.3' apply false + id 'com.jfrog.artifactory' version '5.1.4' apply false id 'org.asciidoctor.jvm.pdf' version '3.3.2' id 'org.asciidoctor.jvm.gems' version '3.3.2' id 'org.asciidoctor.jvm.convert' version '3.3.2'