Refactor project build

This commit refactors the project build to better share dependency
management definitions between modules.

This also upgrades the project to Spring Boot 2.5.0.

Closes gh-45
This commit is contained in:
Brian Clozel
2021-06-02 15:45:51 +02:00
parent 53e2a379de
commit f8b2ad552f
6 changed files with 66 additions and 70 deletions

View File

@@ -1,6 +1,5 @@
plugins {
id 'org.springframework.boot' version '2.4.5'
id 'io.spring.dependency-management' version '1.0.10.RELEASE'
id 'org.springframework.boot' version '2.5.0'
id 'java'
}
group = 'com.example'

View File

@@ -1,6 +1,5 @@
plugins {
id 'org.springframework.boot' version '2.4.5'
id 'io.spring.dependency-management' version '1.0.10.RELEASE'
id 'org.springframework.boot' version '2.5.0'
id 'java'
}
group = 'com.example'