diff --git a/build.gradle b/build.gradle index 408e00e..8e146ee 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ repositories { dependencies { // https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-maven-plugin - implementation group: 'org.springframework.boot', name: 'spring-boot-maven-plugin', version: '3.0.0' + implementation group: 'org.springframework.boot', name: 'spring-boot-maven-plugin', version: '3.0.2' implementation 'org.springframework.boot:spring-boot-starter-data-jpa' implementation 'org.springframework.boot:spring-boot-starter-data-rest'