From a64e898fdd28bb80b2f263462e1c7fbf5e22a7da Mon Sep 17 00:00:00 2001 From: Nezumi <123229563+Nez27@users.noreply.github.com> Date: Thu, 26 Jan 2023 11:16:54 +0700 Subject: [PATCH] Update spring-boot-maven-plugin to 3.0.2 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'