Update spring-boot-maven-plugin to 3.0.2

This commit is contained in:
Nezumi
2023-01-26 11:16:54 +07:00
parent c1aac040b7
commit a64e898fdd
+1 -1
View File
@@ -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'