Use properties for Boot and GraphQL Java versions

This commit is contained in:
Rossen Stoyanchev
2021-09-16 11:15:47 +01:00
parent 1b72e8107d
commit 892d2bd344
6 changed files with 9 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
plugins {
id 'org.springframework.boot' version '2.5.4'
id 'org.springframework.boot' version "${bootVersion}"
id 'java'
}
group = 'com.example'