Skip to content

Commit

Permalink
Use io.spring.dependency-management:1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
artembilan committed Dec 8, 2023
1 parent 064dff4 commit 0c51f98
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ buildscript {
repositories {
mavenCentral()
gradlePluginPortal()
maven { url 'https://repo.spring.io/plugins-release-local' }
if (version.endsWith('SNAPSHOT')) {
maven { url 'https://repo.spring.io/snapshot' }
}
Expand All @@ -21,7 +20,7 @@ plugins {
id 'idea'
id 'org.ajoberstar.grgit' version '4.1.1'
id 'io.spring.nohttp' version '0.0.11'
id 'io.spring.dependency-management' version '1.0.10.RELEASE' apply false
id 'io.spring.dependency-management' version '1.1.3'
id 'org.asciidoctor.jvm.pdf' version '3.3.2'
id 'org.asciidoctor.jvm.convert' version '3.3.2'
}
Expand Down

0 comments on commit 0c51f98

Please sign in to comment.