Skip to content

Commit 0c51f98

Browse files
committed
Use io.spring.dependency-management:1.1.3
1 parent 064dff4 commit 0c51f98

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ buildscript {
44
repositories {
55
mavenCentral()
66
gradlePluginPortal()
7-
maven { url 'https://repo.spring.io/plugins-release-local' }
87
if (version.endsWith('SNAPSHOT')) {
98
maven { url 'https://repo.spring.io/snapshot' }
109
}
@@ -21,7 +20,7 @@ plugins {
2120
id 'idea'
2221
id 'org.ajoberstar.grgit' version '4.1.1'
2322
id 'io.spring.nohttp' version '0.0.11'
24-
id 'io.spring.dependency-management' version '1.0.10.RELEASE' apply false
23+
id 'io.spring.dependency-management' version '1.1.3'
2524
id 'org.asciidoctor.jvm.pdf' version '3.3.2'
2625
id 'org.asciidoctor.jvm.convert' version '3.3.2'
2726
}

0 commit comments

Comments
 (0)